chia7712 commented on code in PR #19513:
URL: https://github.com/apache/kafka/pull/19513#discussion_r2404954107
##########
wrapper.gradle:
##########
@@ -35,14 +35,12 @@ task bootstrapWrapper() {
def wrapperBasePath = "\$APP_HOME/gradle/wrapper"
def wrapperJarPath = wrapperBasePath + "/gradle-wrapper.jar"
- // Add a trailing zero to the version if needed.
Review Comment:
@dejan2609 Have you checked the comment before deleting it? for example, the
following link is broken
https://raw.githubusercontent.com/gradle/gradle/v9.1/gradle/wrapper/gradle-wrapper.jar
it works if we add a trailing zero.
https://raw.githubusercontent.com/gradle/gradle/v9.1.0/gradle/wrapper/gradle-wrapper.jar
--
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]