Skip to content

Commit 33dfb95

Browse files
chore: update Java to 17
1 parent bf874cd commit 33dfb95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-latest, macOS-latest, windows-latest]
21-
java: [ '17-ea' ]
21+
java: [ '17' ]
2222
fail-fast: false
2323
name: ${{ matrix.os }}
2424
steps:

0 commit comments

Comments
 (0)