I'm following this tutorial: https://developer.atlassian.com/server/jira/platform/writing-a-dashboard-item-app/
Using Jira 7.7.0, Java JDK 8.0.181, Windows 7
I'm following it very closely. I've checked code and directories multiple times.
Everything goes perfectly until STEP 6 #6. When I click add gadget nothing happens. The dashboard item doesn't get added to my dashboard. In the command prompt I can see this error:
[INFO] [talledLocalContainer] 2018-10-10 11:43:16,875 http-nio-2990-exec-9 ERROR admin 703x90x1 qq5r 3t 0:0:0:0:0:0:0:1 /rest/dashboards/1.0/10401.json [c.a.p.r.c.error.jersey.ThrowableExceptionMapper]
Uncaught exception thrown by REST service: Unable to compile Soy templates at: com.example.plugins.tutorial.dashboard-item-tutorial:dashboard-item-tutorial-resources
[INFO] [talledLocalContainer] com.atlassian.plugin.web.renderer.RendererException: Unable to compile Soy templates at: com.example.plugins.tutorial.dashboard-item-tutorial:dashboard-item-tutorial-resources
Any clue why the dashboard item doesn't get added to my dashboard? Why won't the Soy compile? All of my code and files match the tutorial. Thank you!