language: java jdk: - oraclejdk8 cache: directories: - "$HOME/.m2" install: true script: "./mvnw clean install"