We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91cc52b commit d437fe1Copy full SHA for d437fe1
1 file changed
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up Java
23
uses: actions/setup-java@v3
24
with:
25
- java-version: '21'
+ java-version: '17'
26
distribution: 'zulu'
27
cache: 'maven'
28
- name: Set up CI environment
0 commit comments