Skip to content

Commit

Permalink
chore(deps): switch over to zulu
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjack committed Mar 16, 2024
1 parent 1fd9497 commit 15f9baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
distribution: 'zulu'
java-version: '21'
- name: Gradle Test Build
run: ./gradlew clean shadowJar

0 comments on commit 15f9baa

Please sign in to comment.