dejan2609 opened a new pull request, #20327: URL: https://github.com/apache/kafka/pull/20327
JIRA ticket: https://issues.apache.org/jira/browse/KAFKA-19591 **_Intro:_** Groovy file unixStartScript.txt (that servers as a template for a gradlew) path/module was changed in Gradle version 8.8.0 **_Problem description:_** - at the moment Kafka trunk branch is using Gradle version [8.14.1](https://github.com/apache/kafka/blob/8deb6c6911616f887ebb2678f3f12ee1da09a618/gradle/wrapper/gradle-wrapper.properties) but thing is that `gradlew` is referencing Gradle 8.7.0 template file unixStartScript.txt - it means that `gradlew` is missing all recent changes for a template file `unixStartScript.txt` (i.e. all the changes that were made after template file was moved: https://github.com/gradle/gradle/commits/v8.14.1/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt) -- 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