We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e319dec commit 02f84f3Copy full SHA for 02f84f3
.github/workflows/github-build-and-deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/setup-java@v5
19
with:
20
distribution: temurin
21
- java-version: '17'
+ java-version: '21'
22
cache: maven
23
# This writes <server id="ossrh"> with id=ossrh
24
server-id: ossrh
.github/workflows/github-build.yml
@@ -24,7 +24,7 @@ jobs:
25
26
27
28
29
30
# Import GPG only for trusted contexts (not forked PRs).
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
gpg-private-key: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
40
gpg-passphrase: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
0 commit comments