language: java install: true jdk: - openjdk8 script: - chmod +x gradlew - ./gradlew check build test --stacktrace notifications: email: false