dajac commented on code in PR #16198:
URL: https://github.com/apache/kafka/pull/16198#discussion_r1629002408


##########
settings.gradle:
##########
@@ -61,6 +61,7 @@ include 'clients',
     'examples',
     'generator',
     'group-coordinator',
+    'group-coordinator:group-coordinator-api',

Review Comment:
   Reusing `api` does not work. Gradle gets confused about it and dependencies 
fail. There is a bug in gradle. This is why we actually use `tools:tools-api` 
and why we have `project(":storage:api").name = "storage-api"` later in this 
file. So we effectively, use `module:module-api` as names expect for connect.



-- 
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]

Reply via email to