joshua2519 commented on PR #20658: URL: https://github.com/apache/kafka/pull/20658#issuecomment-3389163171
> @joshua2519 I have another idea that we could check the `sha256sum` of `gradle-wrapper.jar` first. If it is not the latest version, we delete it and then re-download. WDYT? @chia7712 That's a great idea! I've added a checksum verification process. Now, if the local version of the gradle-wrapper.jar doesn't match the project's required Gradle version, the local JAR file will be deleted, forcing a download of the new version. -- 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]
