Skip to content

Commit

Permalink
Add distribution to setup-java configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <[email protected]>
  • Loading branch information
MikeEdgar committed Dec 15, 2023
1 parent 625f103 commit a933afa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- uses: actions/setup-java@v4
name: Setup JDK ${{matrix.java}}
with:
distribution: 'temurin'
java-version: ${{matrix.java}}

- name: Cache Maven packages
Expand All @@ -55,6 +56,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11

- name: Cache SonarCloud packages
Expand Down

0 comments on commit a933afa

Please sign in to comment.