kennknowles commented on a change in pull request #16233:
URL: https://github.com/apache/beam/pull/16233#discussion_r768927139
##########
File path:
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
##########
@@ -1149,6 +1149,16 @@ class BeamModulePlugin implements Plugin<Project> {
options.errorprone.errorproneArgs.add("-Xep:UnsafeReflectiveConstructionCast:OFF")
}
+ def log4j_version = "2.15.0"
+ configurations.all {
+ resolutionStrategy {
Review comment:
Sorry - this is a test only draft. I don't see a good way for us to
actually commit this change. Perhaps via an example archetype.
--
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]