Skip to content

Commit a7e4cc0

Browse files
committed
ci: change java to 17
1 parent 0222801 commit a7e4cc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/setup-java@v3
2424
with:
2525
distribution: "zulu"
26-
java-version: "8"
26+
java-version: "17"
2727

2828
- uses: gradle/gradle-build-action@v2
2929
with:

0 commit comments

Comments
 (0)