Skip to content

Building

Stu Arnett edited this page May 31, 2019 · 3 revisions

Note: This library is published on maven central. To use it, you only need to reference the coordinates in your gradle, ivy, or maven build file. The maven coordinates are on the Home page of the wiki.

If you wish to build this project from source, you must first create a ~/.gradle/gradle.properties file and place the following inside it:

sonatypeUsername=
githubUsername=
gitUsername=

This is necessary due to the common-build structure we use for github projects.

Once this is done, you can use the gradle wrapper (included in the project) to build it:
./gradlew jar - on Linux
gradlew.bat jar - on Windows

Clone this wiki locally