actions
actions copied to clipboard
Automatically perform wrapper validation check in `setup-gradle`
Currently, we recommend that users configure a separate workflow running the wrapper-validation-action to verify that the Gradle wrapper jar is not corrupted.
Doing this automatically for any workflow using setup-gradle
would increase coverage of wrapper validation and reduce the complexity for users adopting Gradle with GitHub actions.
We could also leverage the wrapper-check to avoid executing an invalid wrapper jar in dependency-submission