Build.gradle with tomcat (8.5.4) in idea

Hi Ben,

My project structure (and file path) does not have a /src/main/java - it does have /src/main/webapp

I managed to publish the project to Git:

https://github.com/bigalnz/ptest

I can not find a war when I run the gradle task to build the war on my disk (I tried to search for it) - there is nothing in the task output that shows the build failed:

8:57:10 AM: Executing external task ‘war’…
:compileJava UP-TO-DATE
:compileGroovy UP-TO-DATE
:processResources UP-TO-DATE
:classes UP-TO-DATE
:war UP-TO-DATE

BUILD SUCCESSFUL

Total time: 5.998 secs
8:57:24 AM: External task execution finished ‘war’.

Thanks in advance

Al