Building the Project

This project is built using Gradle, with Gradle wrapper bundled.

From this point on, you are assumed to be in project root and using the terminal, and on a UNIX or UNIX-like system.

If you are on Windows, please replace occurrences of gradlew with gradlew.bat.

Compiling the Project

Run the following command:

./gradlew build

Running the Project

Run the following command:

./gradlew run

This command invokes build automatically.

Running Unit Tests

Run the following command:

./gradlew test

Building Project Wiki

Install Jekyll.

Run the following command:

utils/start-local-wiki.sh

Building Javadoc

Run the following command:

./gradlew javadoc