Skip to content

Commit

Permalink
[github] Update setup-java to v2 and use zulu (was default)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Jan 19, 2022
1 parent e70fd52 commit efbc993
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
java-version: 11
distribution: zulu
- name: Cache local maven repository
uses: actions/cache@v2
with:
Expand Down

0 comments on commit efbc993

Please sign in to comment.