Skip to content

Commit 0903708

Browse files
ci: build on Java 17
1 parent 27cb67c commit 0903708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup JDK
4444
uses: actions/setup-java@v1
4545
with:
46-
java-version: 16
46+
java-version: 17
4747

4848
- name: Cache Gradle packages
4949
uses: actions/cache@v2

0 commit comments

Comments
 (0)