ijuma commented on a change in pull request #10606: URL: https://github.com/apache/kafka/pull/10606#discussion_r631999928
########## File path: build.gradle ########## @@ -849,7 +849,7 @@ project(':core') { compile.exclude module: 'mail' // To prevent a UniqueResourceException due the same resource existing in both // org.apache.directory.api/api-all and org.apache.directory.api/api-ldap-schema-data - testCompile.exclude module: 'api-ldap-schema-data' + all*.exclude module: 'api-ldap-schema-data' Review comment: Is it related to the fact that we changed a bunch of things from `compile` to `implementation`/`api` and from `testCompile` to `testImplementation`? Does it also cause problems for the `compile` lines above the one you changed? -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org