Skip to content

Commit

Permalink
Use Oracle JDK 17 to build SDK (target version is 11)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrebnov committed Sep 12, 2024
1 parent 9ec6184 commit 6d4cfe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: oracle
java-version: 11
java-version: 17
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}

Expand Down

0 comments on commit 6d4cfe2

Please sign in to comment.