chia7712 commented on code in PR #13454:
URL: https://github.com/apache/kafka/pull/13454#discussion_r1156884728


##########
build.gradle:
##########
@@ -858,6 +858,7 @@ project(':core') {
     implementation project(':group-coordinator')
     implementation project(':metadata')
     implementation project(':storage:api')
+    implementation project(':tools:tools-api')

Review Comment:
   Gradle can't distinguish the subproject name 
(https://github.com/gradle/gradle/issues/847), so I add the prefix `tools` to 
avoid conflict to `storage:api`
   



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

Reply via email to