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 02638f2 commit 35f9818Copy full SHA for 35f9818
.github/workflows/publish-central.yaml
@@ -8,7 +8,7 @@ concurrency:
8
${{ github.repository }}-${{ github.workflow }}-${{ github.event.number || github.head_ref || github.run_id || github.sha }}
9
cancel-in-progress: true
10
env:
11
- JAVA_VERSION: 17
+ JAVA_VERSION: 21
12
jobs:
13
publish-central:
14
runs-on: ubuntu-latest
.github/workflows/publish-github-packages.yaml
publish-gh-packages:
0 commit comments