From 78bcc593125dfe0c0baa91cf293c7ec478e65bc3 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 6 Jan 2020 14:23:51 -0800 Subject: [PATCH] Use JDK 9, which now works. It's also helpfully supported by Travis, which JDK 8 no longer is. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 32f2196..3687796 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,5 @@ cache: - '$HOME/.m2/repository' jdk: - - openjdk7 - - oraclejdk8 + - openjdk9 + - oraclejdk9