From 03d02ea947c41245f2a0f161cd3b56b6fc4a259a Mon Sep 17 00:00:00 2001 From: "Sean C. Sullivan" Date: Sat, 26 Sep 2020 14:20:51 -0700 Subject: [PATCH] Travis template: oraclejdk8 -> openjdk8 --- subprojects/shipkit/src/main/resources/template.travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/shipkit/src/main/resources/template.travis.yml b/subprojects/shipkit/src/main/resources/template.travis.yml index 2ba2f178..5a16184f 100644 --- a/subprojects/shipkit/src/main/resources/template.travis.yml +++ b/subprojects/shipkit/src/main/resources/template.travis.yml @@ -4,7 +4,7 @@ language: java jdk: - - oraclejdk8 + - openjdk8 #Skipping install step to avoid having Travis run arbitrary './gradlew assemble' task # https://docs.travis-ci.com/user/customizing-the-build/#Skipping-the-Installation-Step