Skip to content

Commit 077f4a9

Browse files
committed
fix(java): correct Java version in GitHub Actions workflow
1 parent b4a7484 commit 077f4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-java-sdk-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up JDK
1919
uses: actions/setup-java@v4
2020
with:
21-
java-version: '11'
21+
java-version: '17'
2222
distribution: 'temurin'
2323
cache: 'maven'
2424
server-id: ossrh

0 commit comments

Comments
 (0)