distributionSha256Sum was a typo/copy-paste error from whoever bumped the Gradle version on master, not the real checksum for gradle-9.6.0-bin.zip. Verified the correct value directly against Gradle's own published checksum at downloads.gradle.org, and it matches what a fresh download of the distribution actually hashes to. The wrong value was blocking gradlew from building at all.
10 lines
369 B
Properties
10 lines
369 B
Properties
#Fri Apr 10 12:25:49 SGT 2026
|
|
distributionBase=GRADLE_USER_HOME
|
|
distributionPath=wrapper/dists
|
|
distributionSha256Sum=bbaeb2fef8710818cf0e261201dab964c572f92b942812df0c3620d62a529a01
|
|
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip
|
|
networkTimeout=10000
|
|
validateDistributionUrl=true
|
|
zipStoreBase=GRADLE_USER_HOME
|
|
zipStorePath=wrapper/dists
|