pawelpasterz commented on a change in pull request #11527:
URL: https://github.com/apache/beam/pull/11527#discussion_r419094426
##########
File path:
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
##########
@@ -870,8 +867,19 @@ class BeamModulePlugin implements Plugin<Project> {
// Enable errorprone static analysis
project.apply plugin: 'net.ltgt.errorprone'
+ project.dependencies {
+ errorprone("com.google.errorprone:error_prone_core:2.3.1")
Review comment:
They (versions) are already different in master but I see no problem to
align them.
----------------------------------------------------------------
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]