gradle, java
note: The best way to get gradle is to download it from http://gradle.org/ This skeleton was created with gradle 2.3
run gradle tasks to list all tasks for gradle
./gradlew clean build
test will run during build but can be ran manually with ./gradlew test