Reinstate checksum for Gradle distribution
Looks like `distributionSha256Sum` property is removed from the `gradle-wrapper.properties` when we run `wrapper` task. We need this option for better performance on GH Actions when it builds PRs. Plus we won't see a respective warning over there
This commit is contained in:
1
gradle/wrapper/gradle-wrapper.properties
vendored
1
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -3,3 +3,4 @@ distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionSha256Sum=8de6efc274ab52332a9c820366dd5cf5fc9d35ec7078fd70c8ec6913431ee610
|
||||
Reference in New Issue
Block a user