Skip to content

Commit ee43b92

Browse files
sullisVerdent
authored andcommitted
replace AdoptOpenJDK with Temurin
1 parent 031cdd2 commit ee43b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up compile JDK
4343
uses: actions/setup-java@v4
4444
with:
45-
distribution: 'adopt'
45+
distribution: 'temurin'
4646
java-version: 11
4747
cache: 'maven'
4848
- name: API compilation

0 commit comments

Comments
 (0)