Skip to content

Commit

Permalink
Switch to temurin JDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnerbart committed Nov 13, 2024
1 parent 82943ca commit 2af06a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: '8'
- name: Check
run: ./gradlew check javadoc
run: ./gradlew check javadoc
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: '8'
- name: Publish to Maven Central
env:
Expand Down

0 comments on commit 2af06a1

Please sign in to comment.