Update GitHub builds to use Temurin
This commit is contained in:
parent
0987f105e9
commit
1d02aa5572
|
@ -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
|
||||||
|
|
|
@ -41,7 +41,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
|
||||||
# Use the default goal
|
# Use the default goal
|
||||||
|
|
Loading…
Reference in New Issue