Skip to content

Commit 59a22a4

Browse files
committed
chore: Add Gradle wrapper checksum verification (GRADLE-104)
Adds distributionSha256Sum to gradle-wrapper.properties so the Gradle wrapper verifies the integrity of the downloaded distribution against a known-good SHA256 before using it.
1 parent 8bc4f08 commit 59a22a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3+
distributionSha256Sum=7197a12f450794931532469d4ff21a59ea2c1cd59a3ec3f89c035c3c420a6999
34
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
45
networkTimeout=10000
56
validateDistributionUrl=true

0 commit comments

Comments
 (0)