To create a standalone distribution as a zip file, run:
./gradlew distZip
The zip distribution is placed under build/distributions
.
To run the program from the distribution, extract the zip file, and run the launch script for your system in the bin
folder. On Windows, use the Batch script (.bat
extension). On OS X, Linux, etc., use the shell script (no extension).
Javadocs may be generated using Gradle:
./gradlew javadoc
The generated documentation can be found under build/docs/javadoc
.