Migrate workflows from adopt to temurin

This commit is contained in:
Alex Herbert 2022-06-29 23:26:56 +01:00
parent dd9ed7a104
commit f54b4c7c9f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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