Skip to content

Commit

Permalink
Update setup-gradle github action
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Nov 30, 2024
1 parent aa46c25 commit 02f47e4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/actions/setup-gradle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,11 @@ runs:
11
17
21
- uses: gradle/actions/setup-gradle@v3
- uses: gradle/actions/setup-gradle@v4
with:
build-scan-publish: true
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
build-scan-terms-of-use-agree: "yes"

validate-wrappers: true

cache-disabled: ${{ inputs.cache-disabled }}
cache-read-only: ${{ inputs.cache-read-only }}

gradle-home-cache-cleanup: true

0 comments on commit 02f47e4

Please sign in to comment.