Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 826 Bytes

File metadata and controls

25 lines (15 loc) · 826 Bytes

programmierpraktikum-abschlussprojekt-the-avaders

Build Status

Build Standalone Distribution

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).

Javadoc

Javadocs may be generated using Gradle:

./gradlew javadoc

The generated documentation can be found under build/docs/javadoc.