Skip to content

Commit

Permalink
Switch JDK provider to temurin.
Browse files Browse the repository at this point in the history
AdoptJDK is marked as deprecated and replaced by Eclipse Temurin.
  • Loading branch information
uhafner committed Oct 26, 2021
1 parent ed93d52 commit b95a4ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autograding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: '11'
check-latest: true
- name: Cache local Maven repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: '11'
check-latest: true
- name: Cache local Maven repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: '11'
check-latest: true
- name: Generate coverage with JaCoCo
Expand Down

0 comments on commit b95a4ee

Please sign in to comment.