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 0d97fc2 commit 3185142Copy full SHA for 3185142
.github/workflows/Build.yaml
@@ -25,11 +25,11 @@ jobs:
25
- name: Copy CI gradle.properties
26
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
27
28
- - name: Set up JDK 11
+ - name: Set up JDK 17
29
uses: actions/setup-java@v3
30
with:
31
distribution: 'zulu'
32
- java-version: 11
+ java-version: 17
33
34
- name: chmod cache key
35
run: chmod +x ./scripts/checksum.sh
0 commit comments