image: java:8-jdk before_script: - export GRADLE_USER_HOME=`pwd`/.gradle build: script: "./gradlew clean build" test: script: "./gradlew test"