Skip to content

Commit c1cafcc

Browse files
committed
Use java 17 on github
1 parent 38064b5 commit c1cafcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: 'Set up JDK'
2020
uses: actions/setup-java@v4
2121
with:
22-
distribution: zulu
23-
java-version: 8
22+
distribution: temurin
23+
java-version: 17
2424

2525
- name: 'Cache Gradle packages'
2626
uses: actions/cache@v4

0 commit comments

Comments
 (0)