update distribution for java to 'adpot' (#1699)
This commit is contained in:
parent
be3250bd0d
commit
323dd63e66
1
.github/workflows/maven-ci.yml
vendored
1
.github/workflows/maven-ci.yml
vendored
@ -49,6 +49,7 @@ jobs:
|
||||
uses: actions/setup-java@master
|
||||
with:
|
||||
java-version: 11
|
||||
distribution: 'adopt'
|
||||
|
||||
- name: Cache SonarCloud packages
|
||||
uses: actions/cache@master
|
||||
|
1
.github/workflows/maven-pr-builder.yml
vendored
1
.github/workflows/maven-pr-builder.yml
vendored
@ -44,6 +44,7 @@ jobs:
|
||||
uses: actions/setup-java@master
|
||||
with:
|
||||
java-version: 11
|
||||
distribution: 'adopt'
|
||||
|
||||
- name: Cache Maven Dependecies
|
||||
uses: actions/cache@master
|
||||
|
Loading…
x
Reference in New Issue
Block a user