Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 421 Bytes

BUILD.md

File metadata and controls

23 lines (14 loc) · 421 Bytes

How to build

You will need Gradle installed to build the jar file from source.

Once gradle is installed, all you will need to do is:

./gradlew clean jar sourcesJar

To create the maven artifacts:

./gradlew uploadArchives

which will upload them up to BinTray.

You will need the username and BinTray API Key in ~/.gradle/gradle.properties

Testing

TODO: describe test database requred