Hi,
We need to build a WAR in production mode but when we execute “./gradlew -Pvaadin.productionMode=true bootWar” get this error :
- What went wrong:
PS C:\Users\francesc.domenech\ws\goal4\goal4\app> ./gradlew -Pvaadin.productionMode=true bootWar
FAILURE: Build failed with an exception.
- What went wrong:
Task ‘.productionMode=true’ not found in root project ‘app’.
Thanks,