joshua2519 opened a new pull request, #20741:
URL: https://github.com/apache/kafka/pull/20741

     Currently, there is no documentation describing how to upgrade Gradle in 
the Kafka project. The upgrade process involves
     updating three separate configuration files with specific checksums and 
URLs, which can be error-prone without clear guidance.
   
     - Added a new "Upgrading Gradle version" section to README.md
     - Documents the 4-step process for upgrading Gradle:
       a. Update Gradle version in gradle/dependencies.gradle
       b. Update distribution checksums in 
gradle/wrapper/gradle-wrapper.properties
       c. Update wrapper JAR checksum in wrapper.gradle
       d. Regenerate the wrapper script using ./gradlew wrapper
     - References official Gradle release checksums at 
https://gradle.org/release-checksums/
     - Includes verification steps and URL validation guidance
   


-- 
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