Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 312 Bytes

building-for-production.md

File metadata and controls

11 lines (7 loc) · 312 Bytes

Building For Production

To build a complete application optimized for production, run:

./gradlew clean zip                   (on Linux)
gradlew.bat clean zip                 (on Windows)

The package containing all of application files will be saved as build/libs/template-1.0.0-SNAPSHOT.zip.