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 6dd594e commit 4ab6e58Copy full SHA for 4ab6e58
.github/workflows/actions.yml
@@ -55,7 +55,7 @@ jobs:
55
- uses: actions/setup-java@v3
56
with:
57
distribution: 'temurin'
58
- java-version: 8
+ java-version: 11
59
- name: Publish to Maven Central
60
run: |
61
if [[ $(git tag --points-at HEAD) != '' ]]; then
0 commit comments