jmix-docs icon indicating copy to clipboard operation
jmix-docs copied to clipboard

Describe cli gradle task usage for composite project

Open syncro opened this issue 8 months ago • 0 comments

Current composite docs section describes only arch principles that may be not enough to figure out how to build and run projects from command-line interface. The following note should be added:

Composite project has target application sub-projects that provide their names into gradle task list, so in case application project is named as "sales" the building command will looks like:

./gradlew -Pvaadin.productionMode=true :sales:bootJar

syncro avatar Jun 17 '24 06:06 syncro