ibzib commented on a change in pull request #13791:
URL: https://github.com/apache/beam/pull/13791#discussion_r564200809
##########
File path: sdks/java/io/google-cloud-platform/build.gradle
##########
@@ -20,7 +20,7 @@ import groovy.json.JsonOutput
plugins { id 'org.apache.beam.module' }
applyJavaNature(
-
+ //enableStrictDependencies:true,
Review comment:
I figured out that this was a bug in the plugin:
https://github.com/wfhartford/gradle-dependency-analyze/issues/125
This bug only occurs when there is a strict dependency violation.
You can see the real violation when doing your local testing by reverting
https://github.com/apache/beam/commit/6763c2175c27436e3a82e06725fd2754fd71ad48.
----------------------------------------------------------------
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:
[email protected]