We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38dab1 commit 4b6aa12Copy full SHA for 4b6aa12
.github/workflows/build.yml
@@ -61,6 +61,8 @@ jobs:
61
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
62
with:
63
version: 2025.7.12
64
+ - name: Select Java 17
65
+ run: mise use java@17
66
- name: Configure Maven
67
uses: SonarSource/ci-github-actions/config-maven@v1
68
@@ -101,6 +103,8 @@ jobs:
101
103
102
104
105
106
107
108
109
110
mise.toml
@@ -1,3 +1,3 @@
1
[tools]
2
-java = "24"
+java = ["24", "17"]
3
maven = "3.9"
0 commit comments