From 9dfffe5366ba9dc9eac163afa46cb66a3047f941 Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Sat, 3 Aug 2019 13:10:20 -0400 Subject: [PATCH] Move Travis to openjdk8 Something about Oracle and licenses. Who woulda thought --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 55785c82..2ff6003a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: java jdk: - - oraclejdk8 + - openjdk8 script: gradle clean compileJava compileTestJava test install: true notifications: