Change jdk distribution to `temurin` (#125)

AdoptOpenJDK got moved to Eclipse Temurin
This commit is contained in:
Howard Wu 2022-10-27 19:30:33 +08:00 committed by GitHub
parent 7391df7fd3
commit 41c67b5cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
java-version: '11' java-version: '11'
distribution: 'adopt' distribution: 'temurin'
cache: 'gradle' cache: 'gradle'
- name: Cache gradle dependencies - name: Cache gradle dependencies