File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 os : [ubuntu-latest, windows-latest, macos-latest]
1616 java : [ '17', '21', '25' ]
1717 include :
18- # lengthy build steps should only be performed on linux with Java 17 (Sonarcloud analysis, deployment)
18+ # lengthy build steps should only be performed on linux with Java 21 (Sonarcloud analysis, deployment)
1919 - os : ubuntu-latest
20- java : ' 17 '
20+ java : ' 21 '
2121 isMainBuildEnv : true
2222 fail-fast : false
2323
3030 run : |
3131 if [ "${{ matrix.isMainBuildEnv }}" = "true" ]; then
3232 echo "SONAR_TOKEN=${{ secrets.SONAR_TOKEN }}" >> $GITHUB_ENV
33- echo "MVN_ADDITIONAL_OPTS=org.sonarsource.scanner.maven:sonar-maven-plugin:5.2 .0.4988 :sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }} -Dsonar.organization=${{ vars.SONAR_ORGANIZATION }} -Pcode-coverage" >> $GITHUB_ENV
33+ echo "MVN_ADDITIONAL_OPTS=org.sonarsource.scanner.maven:sonar-maven-plugin:5.5 .0.6356 :sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }} -Dsonar.organization=${{ vars.SONAR_ORGANIZATION }} -Dsonar.scanner.skipJreProvisioning -Pcode-coverage" >> $GITHUB_ENV
3434 echo "GIT_FETCH_DEPTH=0" >> $GITHUB_ENV # Shallow clones should be disabled for a better relevancy of analysis
3535 else
3636 echo "MVN_ADDITIONAL_OPTS=" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments