Skip to content

Commit 092c082

Browse files
Specifying JDK distribution
1 parent 3a5263c commit 092c082

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/maven-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/setup-java@v4
2020
with:
2121
java-version: 11
22+
distribution: 'zulu'
2223

2324
- name: Build With Maven
2425
run: mvn -B verify

.github/workflows/maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/setup-java@v4
2020
with:
2121
java-version: 11
22+
distribution: 'zulu'
2223

2324
- name: Build With Maven
2425
env:

0 commit comments

Comments
 (0)