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 7cc9bbd commit f1d3f02Copy full SHA for f1d3f02
.github/workflows/cd.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Configure JDK
16
uses: actions/setup-java@v3
17
with:
18
- distribution: 'adopt'
+ distribution: 'temurin'
19
java-version: 11
20
- name: Publish
21
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -no-daemon --no-parallel --stacktrace -DSONATYPE_USERNAME_2=$SONATYPE_USERNAME_2 -DSONATYPE_PASSWORD_2=$SONATYPE_PASSWORD_2 -DGPG_PRIVATE_PASSWORD=$GPG_PRIVATE_PASSWORD -DGPG_PRIVATE_KEY=$GPG_PRIVATE_KEY
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- uses: actions/setup-java@v3
53
54
55
56
57
- name: Restore Gradle cache
0 commit comments