This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git commit eeaacb5657acd885af8aefc9f4123be2d7522092 Author: Jean Couteau <couteau@codelutin.com> Date: Wed Jun 29 12:31:05 2022 +0000 jdk17 pour sonar --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1465a45..dff784f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ pages: # Sonar uniquement si planifié sonar: - image: registry.nuiton.org/codelutin/dockerfiles:maven-release-debian9-openjdk8-with-frequent-libraries + image: registry.nuiton.org/codelutin/dockerfiles:maven-release-debian10-openjdk17 stage: qa script: - mvn -Duser.timezone=Europe/Paris clean package org.sonarsource.scanner.maven:sonar-maven-plugin:$MAVEN_SONAR_PLUGIN_VERSION:sonar -Dsonar.host.url="$SONAR_INSTANCE_URL" -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.