Skip to content

Commit 75e4bb5

Browse files
old runtime
1 parent d0c3186 commit 75e4bb5

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
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:
@@ -98,7 +98,7 @@ jobs:
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:

mise.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
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"

0 commit comments

Comments
 (0)