From 3227d08e2d9eafebd96c8eb2b859c684948dd8fc Mon Sep 17 00:00:00 2001 From: midnight-masala <2401021@sit.singaporetech.edu.sg> Date: Mon, 14 Sep 2026 01:24:43 +0800 Subject: [PATCH] Fix wrong Gradle 9.6.0 distribution checksum 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. --- gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ebfd8cb..fc3da41 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ #Fri Apr 10 12:25:49 SGT 2026 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=b266d5ff6b90eada6dc3b20cb090e3731302e553a27c5d3e4df1f0d76beaff06 +distributionSha256Sum=bbaeb2fef8710818cf0e261201dab964c572f92b942812df0c3620d62a529a01 distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip networkTimeout=10000 validateDistributionUrl=true