Skip to content

Commit

Permalink
update distribution for java to 'adpot' (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbus committed Apr 18, 2021
1 parent be3250b commit 323dd63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
uses: actions/setup-java@master
with:
java-version: 11
distribution: 'adopt'

- name: Cache SonarCloud packages
uses: actions/cache@master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/maven-pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
uses: actions/setup-java@master
with:
java-version: 11
distribution: 'adopt'

- name: Cache Maven Dependecies
uses: actions/cache@master
Expand Down

0 comments on commit 323dd63

Please sign in to comment.