From c5294f0cd328c5bc84884c8b22035fc2cadf1f3c Mon Sep 17 00:00:00 2001 From: Lukasz Cwik Date: Wed, 29 Dec 2021 11:23:53 -0800 Subject: [PATCH] [BEAM-13430] Update comment over eclipse plugin. (#16387) --- .../groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy index a6c53d193c0d..c835ac9996e3 100644 --- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy +++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy @@ -1044,10 +1044,8 @@ class BeamModulePlugin implements Plugin { } project.check.dependsOn project.javadoc - // Apply the eclipse plugins. This adds the "eclipse" task and - // connects the apt-eclipse plugin to update the eclipse project files - // with the instructions needed to run apt within eclipse to handle the AutoValue - // and additional annotations + // Apply the eclipse plugins. This adds the "eclipse" task to generate + // an eclipse project from this gradle project. project.apply plugin: 'eclipse' // Enables a plugin which can apply code formatting to source.