apoorvmittal10 commented on code in PR #18018: URL: https://github.com/apache/kafka/pull/18018#discussion_r1977242641
########## build.gradle: ########## @@ -1916,6 +1913,10 @@ project(':clients') { generator project(':generator') } + tasks.withType(GenerateModuleMetadata) { + enabled = false Review Comment: Yeah, I agree it makes sense to do things step by step. This PR is an improvement over our current shadow plugin and fix for releasing signed libs. We should merge it and address the `module` metadata concern defined [here](https://github.com/apache/kafka/pull/18018#pullrequestreview-2638667585) separately. -- 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