Skip to content

Commit a1feb67

Browse files
committed
Switch JDK provider to temurin.
AdoptJDK is marked as deprecated and replaced by Eclipse Temurin.
1 parent abec651 commit a1feb67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up JDK 11
2222
uses: actions/setup-java@v2
2323
with:
24-
distribution: 'adopt'
24+
distribution: 'temurin'
2525
java-version: '11'
2626
check-latest: true
2727
- name: Cache local Maven repository

0 commit comments

Comments
 (0)