Skip to content

Commit 9ec00f7

Browse files
committed
fix release workflow runtime JDK for Gradle 9
1 parent 67dc4d0 commit 9ec00f7

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
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-java@v4
2222
with:
2323
distribution: temurin
24-
java-version: '11'
24+
java-version: '17'
2525

2626
- name: Validate and build
2727
run: ./gradlew --no-daemon clean build

0 commit comments

Comments
 (0)