You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by yi...@apache.org on 2022/04/08 16:47:57 UTC

[beam] branch master updated: [BEAM-13767] Remove eclipse plugin as it generates a lot of unused tasks (#17106)

This is an automated email from the ASF dual-hosted git repository.

yichi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new a1780922bec [BEAM-13767] Remove eclipse plugin as it generates a lot of unused tasks (#17106)
a1780922bec is described below

commit a1780922becdaaf10859351aded1f7267c4dec70
Author: Yichi Zhang <zy...@google.com>
AuthorDate: Fri Apr 8 09:47:45 2022 -0700

    [BEAM-13767] Remove eclipse plugin as it generates a lot of unused tasks (#17106)
---
 .../src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy  | 6 ------
 1 file changed, 6 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 cc1284af283..797d52f181a 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -1066,12 +1066,6 @@ class BeamModulePlugin implements Plugin<Project> {
       }
       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
-      project.apply plugin: 'eclipse'
-
       // Enables a plugin which can apply code formatting to source.
       project.apply plugin: "com.diffplug.spotless"
       // scan CVE