Skip to content

Commit 2af06a1

Browse files
committed
Switch to temurin JDK
1 parent 82943ca commit 2af06a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Java
1616
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
1717
with:
18-
distribution: 'adopt'
18+
distribution: 'temurin'
1919
java-version: '8'
2020
- name: Check
21-
run: ./gradlew check javadoc
21+
run: ./gradlew check javadoc

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Java
1515
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
1616
with:
17-
distribution: 'adopt'
17+
distribution: 'temurin'
1818
java-version: '8'
1919
- name: Publish to Maven Central
2020
env:

0 commit comments

Comments
 (0)