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 3bfab01 commit 1974e5eCopy full SHA for 1974e5e
1 file changed
.github/workflows/release.yml
@@ -24,11 +24,11 @@ jobs:
24
- name: Validate Gradle Wrapper
25
uses: gradle/wrapper-validation-action@v1
26
27
- - name: Set up JDK 11
+ - name: Set up JDK 17
28
uses: actions/setup-java@v3
29
with:
30
distribution: 'zulu'
31
- java-version: 11
+ java-version: 17
32
33
- name: Install
34
run: cd projects && ./install.sh
0 commit comments