From b51d9fa611155a100b025c29bdf207876b65d310 Mon Sep 17 00:00:00 2001 From: Timo Beller Date: Wed, 13 Jul 2022 16:45:24 +0200 Subject: [PATCH] fix(gradle): Nutze aktuelleres Gradle_Image --- templates/common/common-ci-variablen.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/common/common-ci-variablen.gitlab-ci.yml b/templates/common/common-ci-variablen.gitlab-ci.yml index aa5eb0c..5aa84d3 100644 --- a/templates/common/common-ci-variablen.gitlab-ci.yml +++ b/templates/common/common-ci-variablen.gitlab-ci.yml @@ -54,7 +54,7 @@ variables: description: "Additional options that are passed to gradle for faster/stable execution" GRADLE_IMAGE: - value: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-java-maven-base-image:java11-maven3.8.3_latest + value: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-java-maven-base-image:java11-maven3.8.5 description: "Default Image to use in Gradle Jobs" # Currently, we use the Maven image and use the Gradle Wrapper. This is slower but more compatible to your gradle scripts. # Please Update your Gradle Wrapper from time to time. Use Renovate to automat that task.