Abacn commented on PR #16931:
URL: https://github.com/apache/beam/pull/16931#issuecomment-1111461764

   By setting manual print statements, found the error happens when evaluating 
:runnders:google-cloud-dataflow-java at
   
   runners/google-cloud-dataflow-java/build.gradle L47:
   evaluationDependsOn(":examples:java")
   examples/java/build.gradle L32:
   enableJavaPerformanceTesting()
   
beam/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy::CrossLanguageValidatesRunnerConfiguration.apply()
 L1790:
   
project.evaluationDependsOn(":runners:google-cloud-dataflow-java:worker:legacy-worker")
   
   circular happens here.
   It seems that gradle somehow detects this as a circular dependency, which 
should not been so. Probably a gradle bug?
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to