pawelpasterz commented on a change in pull request #11527:
URL: https://github.com/apache/beam/pull/11527#discussion_r419088877



##########
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")
+        errorproneJavac("com.google.errorprone:javac:9+181-r4173-1")

Review comment:
       Sure, this version is taken directly from EP plugin documentation, 
support for JDK 8 section to be specific. I'll add comment with short 
description and link




----------------------------------------------------------------
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]


Reply via email to