actions icon indicating copy to clipboard operation
actions copied to clipboard

Automatically perform wrapper validation check in `setup-gradle`

Open bigdaz opened this issue 3 years ago • 5 comments

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

bigdaz avatar Jan 28 '22 23:01 bigdaz