From c589c70237cd2ce3da82df4cb71c9a974b56d85e Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Wed, 28 Oct 2020 00:58:18 +0100 Subject: [PATCH] Switched to JDK15 in gitlab-ci in an attempt to fix compilation errors Signed-off-by: Louis Vallat --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64251f0..fe4b303 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ # This is the Gradle build system for JVM applications # https://gradle.org/ # https://github.com/gradle/gradle -image: gradle:alpine +image: gradle:jdk15 # Disable the Gradle daemon for Continuous Integration servers as correctness # is usually a priority over speed in CI environments. Using a fresh