kennknowles edited a comment on pull request #16931: URL: https://github.com/apache/beam/pull/16931#issuecomment-1049172232
Failure is cyclic dependency (at the module level) at evaluation time: `:runners:google-cloud-dataflow-java` → `:runners:google-cloud-dataflow-java:buildAndPushDockerPythonContainer` → `:sdks:python` → `:runners:google-cloud-dataflow-java:worker` at https://github.com/apache/beam/blob/0e6e77b7849df5961882311f8d0b37c89670cf62/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L2455 It seems strange for `applyPythonNature` to have a hard dep on the _gradle config_ for the Dataflow Java worker. I think this goes back a long way, and something new in how evaluation proceeds has made it a problem. @tvalentyn do you have any context on this? Maybe we can just remove it? -- 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]
