Enable wrapper validation with setup-gradle action

This commit is contained in:
daz
2024-04-11 11:56:55 -06:00
parent 33741bd2bb
commit 62557f3635
8 changed files with 72 additions and 9 deletions

View File

@@ -100,6 +100,14 @@ inputs:
description: Indicate that you agree to the Build Scan® terms of use. This input value must be "yes".
required: false
# Wrapper validation configuration
validate-wrappers:
description: |
When 'true', the action will perform the 'wrapper-validation' action automatically.
If the wrapper checksums are not valid, the action will fail.
required: false
default: false
# DEPRECATED ACTION INPUTS
build-scan-terms-of-service-url:
description: The URL to the Build Scan® terms of use. This input must be set to 'https://gradle.com/terms-of-service'.