Validate gradle/wrapper/gradle-wrapper.properties:
- Assume
distributionUrl points 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|false configuration option (default: false)
- Enforce the valid
distributionSha256Sum for the official distributions
Validate
gradle/wrapper/gradle-wrapper.properties:distributionUrlpoints to a canonical Gradle location. If the link is not listed in https://services.gradle.org/versions/all, then fail the validation.skip-distribution-validation: true|falseconfiguration option (default: false)distributionSha256Sumfor the official distributions