Skip to content

Commit

Permalink
chore; use zulu Java distribution in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Jan 10, 2023
1 parent 3013d59 commit 1415915
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: 17
distribution: 'zulu'
- uses: burrunan/gradle-cache-action@v1
name: Test
with:
Expand All @@ -44,6 +45,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: 17
distribution: 'zulu'
- uses: burrunan/gradle-cache-action@v1
name: Test
with:
Expand All @@ -60,6 +62,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: 11
distribution: 'zulu'
- uses: burrunan/gradle-cache-action@v1
name: Test
with:
Expand Down

0 comments on commit 1415915

Please sign in to comment.