wrapper-validation-action
wrapper-validation-action copied to clipboard
Verify distributionUrl and distributionSha256Sum in gradle-wrapper.properties against the official list
Validate gradle/wrapper/gradle-wrapper.properties:
- Assume
distributionUrlpoints to a canonical Gradle location. If the link is not listed in https://services.gradle.org/versions/all, then fail the validation. - For those who want a customized Gradle distribution, add
skip-distribution-validation: true|falseconfiguration option (default: false) - Enforce the valid
distributionSha256Sumfor the official distributions
I could get behind this feature. @eskatos what are your thoughts?
This indeed sounds like a good idea
@vlsi would you be willing to contribute a PR?
I'm afraid it would take me a while (I'm not much into TypeScript)