chia7712 commented on code in PR #20741: URL: https://github.com/apache/kafka/pull/20741#discussion_r2538801035
########## gradle/wrapper/README.md: ########## @@ -0,0 +1,44 @@ +# Gradle Wrapper + +This directory contains the Gradle wrapper files for the Apache Kafka project. + +## Upgrading Gradle version + +When upgrading the Gradle version used by the Kafka project, update the following files in order: + +1. **Update Gradle version** in `gradle/dependencies.gradle`: + ```groovy + gradle: "9.2.0" + ``` + +2. **Update distribution checksums** in `gradle/wrapper/gradle-wrapper.properties`: Review Comment: Could you use `./gradlew wrapper --gradle-version 9.2.1 --distribution-type bin --gradle-distribution-sha256-sum 72f44c9f8ebcb1af43838f45ee5c4aa9c5444898b3468ab3f4af7b6076c5bc3f` instead of updating the file manually? -- 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]
