Skip to content

Commit 4b6aa12

Browse files
java 17
1 parent a38dab1 commit 4b6aa12

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
6262
with:
6363
version: 2025.7.12
64+
- name: Select Java 17
65+
run: mise use java@17
6466
- name: Configure Maven
6567
uses: SonarSource/ci-github-actions/config-maven@v1
6668
with:
@@ -101,6 +103,8 @@ jobs:
101103
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
102104
with:
103105
version: 2025.7.12
106+
- name: Select Java 17
107+
run: mise use java@17
104108
- name: Configure Maven
105109
uses: SonarSource/ci-github-actions/config-maven@v1
106110
with:

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[tools]
2-
java = "24"
2+
java = ["24", "17"]
33
maven = "3.9"

0 commit comments

Comments
 (0)