m1a2st commented on code in PR #18339: URL: https://github.com/apache/kafka/pull/18339#discussion_r1898948897
########## build.gradle: ########## @@ -1026,6 +1037,12 @@ project(':share') { archivesName = "kafka-share" } + configurations { + mockitoAgent { + transitive = false + } + } Review Comment: but not all projects need `mockitoAgent`, eg `':test-common:test-common-runtime'`, `':group-coordinator:group-coordinator-api'`, so I think its better for configuring it for separate projects -- 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