Skip to content

Commit 2214dde

Browse files
committed
Fix absent distribution param in setup-java in WindowsPR
Also moved distribution from 'adopt' to 'temurin' - see: https://blog.adoptopenjdk.net/2021/08/goodbye-adoptopenjdk-hello-adoptium/
1 parent f7a67ed commit 2214dde

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/licensecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-java@v2
2525
with:
2626
java-version: '17'
27-
distribution: 'adopt'
27+
distribution: 'temurin'
2828
- name: Cache local Maven repository
2929
uses: actions/cache@v2
3030
with:

.github/workflows/windowsPR.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
uses: actions/setup-java@v1
1515
with:
1616
java-version: 17
17+
distribution: 'temurin'
1718
- uses: actions/setup-node@v1
1819
with:
1920
node-version: '16'

0 commit comments

Comments
 (0)