sudo: false dist: trusty language: java jdk: - openjdk8 - oraclejdk8 install: true script: ./gradlew build notifications: email: false