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 ab16d16 commit 70643afCopy full SHA for 70643af
.github/workflows/deploy-snapshot.yml
@@ -21,7 +21,8 @@ jobs:
21
- name: Set up JDK 1.8
22
uses: actions/setup-java@v4
23
with:
24
- java-version: 1.8
+ java-version: '8'
25
+ distribution: 'temurin'
26
server-id: ossrh
27
server-username: MAVEN_USERNAME
28
server-password: MAVEN_CENTRAL_TOKEN
.github/workflows/release.yml
@@ -20,7 +20,8 @@ jobs:
20
0 commit comments