apilloud commented on code in PR #24264:
URL: https://github.com/apache/beam/pull/24264#discussion_r1028519407
##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -1022,6 +1022,50 @@ class BeamModulePlugin implements Plugin<Project> {
}
}
+ // Ban these dependencies from all configurations
+ project.configurations.all {
Review Comment:
`Cannot change dependencies of dependency configuration
':sdks:java:harness:provided' after it has been resolved.` This changes all
configurations.
--
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]