joshua2519 commented on code in PR #20658:
URL: https://github.com/apache/kafka/pull/20658#discussion_r2440129785
##########
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:
Done
--
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]