Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Configure JDK distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
fbiville committed Feb 21, 2022
1 parent 2a90012 commit cb8c8e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Setup Java
uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: 11
- uses: actions/checkout@v2
- name: Cache ~/.m2/repository
Expand Down Expand Up @@ -42,6 +43,7 @@ jobs:
- name: Setup Java
uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: 11
- uses: actions/checkout@v2
- name: Cache ~/.m2/repository
Expand All @@ -64,6 +66,7 @@ jobs:
- name: Setup Java
uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: 11
- uses: actions/checkout@v2
- name: Cache ~/.m2/repository
Expand Down

0 comments on commit cb8c8e3

Please sign in to comment.