Migrate workflows from adopt to temurin
This commit is contained in:
parent
dd9ed7a104
commit
f54b4c7c9f
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Set up JDK ${{ matrix.java }}
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: adopt
|
||||
distribution: temurin
|
||||
java-version: ${{ matrix.java }}
|
||||
cache: 'maven'
|
||||
- name: Build with Maven including the docs-archive module using a profile
|
||||
|
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Set up JDK ${{ matrix.java }}
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: adopt
|
||||
distribution: temurin
|
||||
java-version: ${{ matrix.java }}
|
||||
cache: 'maven'
|
||||
- name: Build with Maven
|
||||
|
|
Loading…
Reference in New Issue