Skip to content

Commit e8b4d60

Browse files
authored
Merge pull request #1980 from sullis/temurin-jdk
chore: 'adopt' --> 'temurin'
2 parents a4ba9e5 + 9b1ed76 commit e8b4d60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Java
1919
uses: actions/setup-java@v2
2020
with:
21-
distribution: 'adopt'
21+
distribution: 'temurin'
2222
java-version: 8.0.x
2323
- name: Verify Format and License
2424
run: mvn spotless:check
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Java
3535
uses: actions/setup-java@v2
3636
with:
37-
distribution: 'adopt'
37+
distribution: 'temurin'
3838
java-version: ${{ matrix.java }}
3939
- name: Cache local Maven repository
4040
uses: actions/[email protected]
@@ -81,7 +81,7 @@ jobs:
8181
- name: Setup Java
8282
uses: actions/setup-java@v2
8383
with:
84-
distribution: 'adopt'
84+
distribution: 'temurin'
8585
java-version: 11.0.x
8686
- name: Cache local Maven repository
8787
uses: actions/[email protected]

0 commit comments

Comments
 (0)