Use JDK 9, which now works.

It's also helpfully supported by Travis, which JDK 8 no longer is.
This commit is contained in:
Michael Bayne
2020-01-06 14:23:51 -08:00
parent bb995508d9
commit 78bcc59312
+2 -2
View File
@@ -7,5 +7,5 @@ cache:
- '$HOME/.m2/repository' - '$HOME/.m2/repository'
jdk: jdk:
- openjdk7 - openjdk9
- oraclejdk8 - oraclejdk9