dejan2609 commented on pull request #10466:
URL: https://github.com/apache/kafka/pull/10466#issuecomment-812690240


   I just pushed `configurations.testRuntimeOnly.setCanBeResolved(true)` (I 
forgot to include that directive  into my first commit).
   
   And yes, I do receive same circular dependency error with Gradle 7 (as you 
mentioned in a JIRA ticket above): 
   
   ```
   ./gradlew -PscalaVersion=2.12 jar
   ......
   * What went wrong:
   Circular dependency between the following tasks:
   :streams:copyDependantLibs
   +--- :streams:jar
   |    \--- :streams:copyDependantLibs (*)
   \--- :streams:test-utils:jar
        \--- :streams:test-utils:copyDependantLibs
             \--- :streams:jar (*)
   ......
   ```
   
   This Gradle issue seems to be related : 
https://github.com/gradle/gradle/issues/16604 (see step 4. under ***Steps to 
Reproduce***).
   
   @ijuma  I can take that JIRA ticket and hopefully provide some solution. Is 
that ok with you ?


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


Reply via email to