Skip to content

Commit

Permalink
[BEAM-13430] Update comment over eclipse plugin. (apache#16387)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecwik authored Dec 29, 2021
1 parent d7f6405 commit c5294f0
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1044,10 +1044,8 @@ 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
// 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.
Expand Down

0 comments on commit c5294f0

Please sign in to comment.