Change jdk distribution to `temurin` (#125)
AdoptOpenJDK got moved to Eclipse Temurin
This commit is contained in:
parent
7391df7fd3
commit
41c67b5cd3
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue