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 fa3d627 commit 18e1be6Copy full SHA for 18e1be6
.github/workflows/publish-artifacts.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/setup-java@v4
24
with:
25
distribution: 'temurin'
26
- java-version: 8
+ java-version: 11
27
- name: Publish to Maven Central
28
run: |
29
if [[ $(git tag --points-at HEAD) != '' ]]; then
0 commit comments