chia7712 commented on code in PR #20658:
URL: https://github.com/apache/kafka/pull/20658#discussion_r2440090545


##########
wrapper.gradle:
##########
@@ -41,9 +41,12 @@ task bootstrapWrapper() {
         // fetch the jar.
         def wrapperBaseUrl = 
"https://raw.githubusercontent.com/gradle/gradle/v$versions.gradle/gradle/wrapper";
         def wrapperJarUrl = wrapperBaseUrl + "/gradle-wrapper.jar"
+        // IMPORTANT: This checksum **must** be updated whenever the Gradle 
version changes.
+        String wrapperChecksum = 
"76805e32c009c0cf0dd5d206bddc9fb22ea42e84db904b764f3047de095493f3"

Review Comment:
   Could you please merge `wrapperBaseUrl` with `wrapperJarUrl` and then move 
`wrapperChecksum` up to line#41? Doing so would remind future developers to 
update both variables



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to