We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec6184 commit 6d4cfe2Copy full SHA for 6d4cfe2
1 file changed
.github/workflows/publish.yaml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/setup-java@v4
19
with:
20
distribution: oracle
21
- java-version: 11
+ java-version: 17
22
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
23
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
24
0 commit comments