Skip to content

Commit 236ddd0

Browse files
committed
Update GitHub builds to use Temurin
1 parent f2ef5f2 commit 236ddd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up JDK ${{ matrix.java }}
4040
uses: actions/setup-java@v3
4141
with:
42-
distribution: adopt
42+
distribution: 'temurin'
4343
java-version: ${{ matrix.java }}
4444
- name: Build with Maven
4545
run: mvn -V test jacoco:report --file pom.xml --no-transfer-progress

0 commit comments

Comments
 (0)