1
0

Update GitHub builds to use Temurin

This commit is contained in:
Gary Gregory
2022-07-29 08:40:24 -04:00
parent bc628243fc
commit 6b4b649f8d

View File

@@ -39,7 +39,7 @@ jobs:
- name: Set up JDK ${{ matrix.java }} - name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
distribution: adopt distribution: 'temurin'
java-version: ${{ matrix.java }} java-version: ${{ matrix.java }}
- name: Build with Maven - name: Build with Maven
run: mvn -V test jacoco:report --file pom.xml --no-transfer-progress run: mvn -V test jacoco:report --file pom.xml --no-transfer-progress