Skip to main content
Version: master

Contributions

Every contribution to make this project better is welcome: Thank you!

In order to make this as pleasant as possible for everybody involved, here are some tips:

Build and test locally

Clone the repo and type

./gradlew build

In build/libs you will find the jar file.

Running the tests:

./gradlew test

Installing in the local Maven repository:

./gradlew install