File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 7777 - uses : jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
7878 with :
7979 version : 2025.7.12
80- - name : Select Java 21
81- run : mise use java@21
80+ - name : Select Java 17
81+ run : mise use java@17
8282 - name : Configure Maven
8383 uses : SonarSource/ci-github-actions/config-maven@v1
8484 with :
9898 GITHUB_TOKEN : ${{ fromJSON(steps.secrets.outputs.vault).GITHUB_TOKEN }}
9999 run : |
100100 cd its/ruling
101- mvn package --batch-mode "-Pit-ruling,${{ matrix.profile }}" -Dsonar.runtimeVersion=LATEST_RELEASE -Dmaven.test.redirectTestOutputToFile=false -B -e -V -Dparallel=methods -DuseUnlimitedThreads=true
101+ mvn package --batch-mode "-Pit-ruling,${{ matrix.profile }}" " -Dsonar.runtimeVersion=LATEST_RELEASE[25.11]" -Dmaven.test.redirectTestOutputToFile=false -B -e -V -Dparallel=methods -DuseUnlimitedThreads=true
102102
103103 plugin-qa :
104104 strategy :
Original file line number Diff line number Diff line change 11[tools ]
2- java = [" 25" , " 21" ]
3- maven = " 3.9"
4-
5- [alias .java .versions ]
6- "21" = " zulu-21"
2+ java = [" 25" , " 21" , " 17" ]
3+ maven = " 3.9"
You can’t perform that action at this time.
0 commit comments