Skip to content

Commit

Permalink
Add distributionSha256Sum to gradle-wrapper.properties
Browse files Browse the repository at this point in the history
Gradle will self-verify the sha of the downloaded wrapper
zip upon its first download.
  • Loading branch information
Samuel Almeida committed Nov 14, 2019
1 parent eef2a50 commit 9a9ffa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
distributionSha256Sum=abc10bcedb58806e8654210f96031db541bcd2d6fc3161e81cb0572d6a15e821
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 9a9ffa4

Please sign in to comment.