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 4a056b8 commit 1798c46Copy full SHA for 1798c46
.github/workflows/build.yml
@@ -66,6 +66,7 @@ jobs:
66
- uses: actions/checkout@v3
67
- uses: actions/setup-java@v3
68
with:
69
+ distribution: 'temurin'
70
java-version: 8
71
- name: Publish to Maven Central
72
run: |
0 commit comments