Re: [PR] KAFKA-18358: Replace Deprecated $buildDir variable in build.gradle [kafka]

2025-01-05 Thread via GitHub
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

Re: [PR] KAFKA-18358: Replace Deprecated $buildDir variable in build.gradle [kafka]

2025-01-03 Thread via GitHub
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

Re: [PR] KAFKA-18358: Replace Deprecated $buildDir variable in build.gradle [kafka]

2025-01-02 Thread via GitHub
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

[PR] KAFKA-18358: Replace Deprecated $buildDir variable in build.gradle [kafka]

2024-12-28 Thread via GitHub
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