dejan2609 opened a new pull request, #19513: URL: https://github.com/apache/kafka/pull/19513
### @reviewers: if you want to save some time please skip straight to this comment: :arrow_down: https://github.com/apache/kafka/pull/19513#issuecomment-3218117616 #### Related JIRA ticket: https://issues.apache.org/jira/browse/KAFKA-19174 **List of changes:** - prerequisite Jira ticket: [KAFKA-19591](https://issues.apache.org/jira/browse/KAFKA-19591) - at the moment Kafka trunk branch is using Gradle version 8.14.1 - gradlew is still referencing an older template file version (unixStartScript.txt from a Gradle 8.7.0) - it means that gradlew is missing all recent changes for a template file unixStartScript.txt - Gradle version will be upgraded: 8.14.1 -->> 9.0.0 - Gradle Shadow plugin version will be upgraded: 8.3.6 -->> 9.0.2 - build logic will be refactored in order to accommodate Gradle 9 breaking changes - (optional): dozen of Gradle plugin versions will be upgraded also **Related links:** - https://gradle.org/whats-new/gradle-9 - https://github.com/gradle/gradle/releases/tag/v9.0.0 - https://docs.gradle.org/9.0.0/release-notes.html - https://docs.gradle.org/9.0.0/userguide/upgrading_major_version_9.html **_Note:_** new Gradle version brings up some breaking changes (as always :smiley:); Kafka build with Gradle 9 has same issues as other projects: - https://github.com/redhat-developer/vscode-java/issues/4018 - https://github.com/gradle/gradle/pull/32597 -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org