Adopt is no more, moving to Temurin

This commit is contained in:
Geertjan Wielenga
2021-09-11 07:44:04 +09:00
committed by Alex Osborne
parent 47eebbc765
commit cdfe1b32b4
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.jdk }}
distribution: 'adopt'
distribution: 'temurin'
- name: Cache local Maven repository
uses: actions/cache@v2
with: