You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/04/02 20:06:19 UTC

[GitHub] [kafka] dejan2609 commented on pull request #10466: MINOR: Gradle upgrade: 6.8.3 -->> 7.0-rc-2 [work in progress]

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:
users@infra.apache.org