Skip to content

Commit 3185142

Browse files
committed
chore: jdk 17
1 parent 0d97fc2 commit 3185142

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
- name: Copy CI gradle.properties
2626
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
2727

28-
- name: Set up JDK 11
28+
- name: Set up JDK 17
2929
uses: actions/setup-java@v3
3030
with:
3131
distribution: 'zulu'
32-
java-version: 11
32+
java-version: 17
3333

3434
- name: chmod cache key
3535
run: chmod +x ./scripts/checksum.sh

0 commit comments

Comments
 (0)