Skip to content

Commit 6d4cfe2

Browse files
committed
Use Oracle JDK 17 to build SDK (target version is 11)
1 parent 9ec6184 commit 6d4cfe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/setup-java@v4
1919
with:
2020
distribution: oracle
21-
java-version: 11
21+
java-version: 17
2222
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
2323
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
2424

0 commit comments

Comments
 (0)