Skip to content

Commit

Permalink
chore(ci): switch Java distribution to Zulu
Browse files Browse the repository at this point in the history
Update the GitHub Actions workflow to use the Zulu distribution for Java.
  • Loading branch information
hanrw committed Jan 1, 2025
1 parent 526a30c commit 5e97f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 21
distribution: 'temurin'
distribution: 'zulu'
- name: Build with Gradle
run: ./gradlew clean build koverVerify koverXmlReport
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 5e97f3a

Please sign in to comment.