Skip to content

Commit

Permalink
Use Zulu JDK
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan authored Sep 23, 2023
1 parent 115ba4d commit 74f2d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
distribution: 'zulu'
- name: Cache Maven packages
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 74f2d26

Please sign in to comment.