I\'m trying to package my Grails 3.1.5 application.
Running grails package (or grails war) results in the following:
grails package
grails war
FAILU
I have worked around this by using:
./gradlew clean assemble
This produces a WAR in ./build/libs/.
./build/libs/
It's possible this is caused by a bug on in Grails, as discussed here.