Move Travis to openjdk8

Something about Oracle and licenses. Who woulda thought
This commit is contained in:
Dan Mulloy 2019-08-03 13:10:20 -04:00
parent 19dd81ce94
commit 9dfffe5366

View File

@ -1,6 +1,6 @@
language: java
jdk:
- oraclejdk8
- openjdk8
script: gradle clean compileJava compileTestJava test
install: true
notifications: