AdoptOpenJDK is moving to the Eclipse Foundation and rebranding as
Eclipse Temurin.
This commit is contained in:
parent
fe60dcfd42
commit
8d30dfb09f
|
@ -45,7 +45,7 @@ jobs:
|
||||||
- name: Set up JDK ${{ matrix.java }}
|
- name: Set up JDK ${{ matrix.java }}
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
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 -Ddoclint=all --file pom.xml --no-transfer-progress
|
run: mvn -V -Ddoclint=all --file pom.xml --no-transfer-progress
|
||||||
|
|
Loading…
Reference in New Issue