Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,8 @@ variables: # for verifying and deploying images # Maven 3.8.x REQUIRES HTTPS repositories. # See https://maven.apache.org/docs/3.8.1/release-notes.html#how-to-fix-when-i-get-a-http-repository-blocked for more. image: maven:3-openjdk-11 image: maven:3.9.5-eclipse-temurin-17 # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"' Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,8 @@ variables: # for verifying and deploying images # Maven 3.8.x REQUIRES HTTPS repositories. # See https://maven.apache.org/docs/3.8.1/release-notes.html#how-to-fix-when-i-get-a-http-repository-blocked for more. image: maven:3-openjdk-11 image: maven:3.9.5-eclipse-temurin-17 # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"' Loading