Skip to content

Commit 323dd63

Browse files
authored
update distribution for java to 'adpot' (iluwatar#1699)
1 parent be3250b commit 323dd63

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/maven-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
uses: actions/setup-java@master
5050
with:
5151
java-version: 11
52+
distribution: 'adopt'
5253

5354
- name: Cache SonarCloud packages
5455
uses: actions/cache@master

.github/workflows/maven-pr-builder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
uses: actions/setup-java@master
4545
with:
4646
java-version: 11
47+
distribution: 'adopt'
4748

4849
- name: Cache Maven Dependecies
4950
uses: actions/cache@master

0 commit comments

Comments
 (0)