Prerequisites mvn and a JDK installed or simply a JDK when using gradle wrapper How to build using mvn mvn clean install Should build the code and run the tests. How to build using gradle wrapper ./gradlew build Builds the code and runs the tests.