Skip to content

Commit f1d3f02

Browse files
yeikeloshai
authored andcommitted
ci: use temurin
1 parent 7cc9bbd commit f1d3f02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Configure JDK
1616
uses: actions/setup-java@v3
1717
with:
18-
distribution: 'adopt'
18+
distribution: 'temurin'
1919
java-version: 11
2020
- name: Publish
2121
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- uses: actions/setup-java@v3
5353
with:
54-
distribution: 'adopt'
54+
distribution: 'temurin'
5555
java-version: 11
5656

5757
- name: Restore Gradle cache

0 commit comments

Comments
 (0)