Skip to content

Commit

Permalink
Fix workflow failure caused by setup-gradle action
Browse files Browse the repository at this point in the history
  • Loading branch information
JojOatXGME committed Dec 7, 2024
1 parent 2384013 commit 0100f82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/setup-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ runs:
java-version: 17
distribution: temurin
- name: Set up Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
with:
gradle-home-cache-cleanup: ${{ inputs.publish-caches == 'true' }}
cache-read-only: ${{ inputs.publish-caches != 'true' }}

0 comments on commit 0100f82

Please sign in to comment.