This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-csv. See https://gitlab.nuiton.org/nuiton/nuiton-csv.git commit 001e81107f171717a3d20e1da3992b0cabba9420 Author: Jean Couteau <couteau@codelutin.com> Date: Wed Jun 29 12:47:51 2022 +0000 jdk 17 pour les builds sonar --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b51c8bb..b683cc3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,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" -Dsonar.projectKey=org.nuiton:nuiton-csv -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.