You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/05/03 11:22:37 UTC

[GitHub] [beam] pawelpasterz commented on a change in pull request #11527: Update error prone plugin

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:
users@infra.apache.org