jmix-docs
jmix-docs copied to clipboard
Replace the command to create a war file
https://forum.jmix.io/t/building-war-failed/4206 https://docs.jmix.io/jmix/deployment/basic.html#bootWar
The current ./gradlew -Pvaadin.productionMode=true bootWar
command does not always work
Stable working team ./gradlew "-Pvaadin.productionMode=true" bootWar
Tested on:
Win10
CMD gradlew "-Pvaadin.productionMode=true" bootWar
PowerShell gradle "-Pvaadin.productionMode=true" bootWar
Terminal Windows ./gradlew "-Pvaadin.productionMode=true" bootWar
IDE terminal ./gradlew "-Pvaadin.productionMode=true" bootWar