Skip to content

Commit 4af608e

Browse files
committed
Fix java-ci deploy-release java version
1 parent 9a18e85 commit 4af608e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up JDK
4343
uses: actions/setup-java@v4
4444
with:
45-
java-version: 8
45+
java-version: 11
4646
distribution: zulu
4747
cache: gradle
4848

0 commit comments

Comments
 (0)