Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BEAM-13430] Update comment over eclipse plugin. #16387

Merged
merged 1 commit into from
Dec 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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