chia7712 commented on PR #19513: URL: https://github.com/apache/kafka/pull/19513#issuecomment-3390654001
I noticed another error that was introduced by #12280 and it unrelated to Gradle9 ``` * What went wrong: A problem occurred evaluating root project 'kafka'. > No such property: name for class: org.gradle.language.scala.tasks.KeepAliveMode ``` It can be fixed by changing the `name` to `name()` -- 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]
