dejan2609 commented on PR #19513: URL: https://github.com/apache/kafka/pull/19513#issuecomment-3338706171
@chia7712 you can review this again. To sum it up (and please pardon me for such a long comments above, this things are quite tricky to catch and hence I wanted to provide you as much details as possible): - root cause for this issue is Gradle 8.8 path change for the template file `unixStartScript.txt` (that is used by Gradle to generate `gradlew`) - the issue is tricky to find: if we are using gradle wrapper only (i.e. gradle wrapper jar older versions) then this issue stays hidden - one has to use his local Gradle distribution to find it / fix it Where to proceed from here: 1. merge this commit for KAFKA-19591 separately or 2. bundle it with Gradle 8 to 9 upgrade Note: maybe it would be a good idea to describe this corner case in README.md file. -- 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]
