divijvaidya merged PR #18343:
URL: https://github.com/apache/kafka/pull/18343
--
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.apa
m1a2st commented on PR #18343:
URL: https://github.com/apache/kafka/pull/18343#issuecomment-2569131765
Thanks for @divijvaidya comment, addressed it :)
--
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 g
divijvaidya commented on code in PR #18343:
URL: https://github.com/apache/kafka/pull/18343#discussion_r1901187185
##
build.gradle:
##
@@ -1459,7 +1459,7 @@ project(':group-coordinator:group-coordinator-api') {
}
task createVersionFile() {
-def receiptFile = file("$b
m1a2st opened a new pull request, #18343:
URL: https://github.com/apache/kafka/pull/18343
Jira: https://issues.apache.org/jira/browse/KAFKA-18358
We should replace `$buildDir` to `${layout.buildDirectory.get().asFile}`,
because `$buildDir` is deprecated. see the [gradle
document](htt