AdoptOpenJDK is moving to the Eclipse Foundation and rebranding as
Eclipse Temurin.
This commit is contained in:
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@@ -41,7 +41,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 --no-transfer-progress -D doclint=none --file pom.xml
|
run: mvn -V --no-transfer-progress -D doclint=none --file pom.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user