Skip to content

Commit

Permalink
Configure gradle-home-cache-strict-match to true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis authored Jan 13, 2025
1 parent 89b5302 commit 574c7d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/setup-gradle/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ inputs:
description: When 'true', all caching is disabled. No entries will be written to or read from the cache.
required: false
default: false
gradle-home-cache-strict-match:
description: When 'true', the action will not attempt to restore the Gradle User Home entries from other Jobs.
required: false
default: true

runs:
using: composite
Expand All @@ -18,3 +22,4 @@ runs:
add-job-summary-as-pr-comment: on-failure
cache-encryption-key: ${{ inputs.cache-encryption-key }}
cache-disabled: ${{ inputs.cache-disabled }}
gradle-home-cache-strict-match: ${{ inputs.gradle-home-cache-strict-match }}

0 comments on commit 574c7d4

Please sign in to comment.