Skip to content

Eclipse plugin is too lazy with Gradle projects #123

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

Closed
wilkinsona opened this issue Jun 26, 2019 · 0 comments
Closed

Eclipse plugin is too lazy with Gradle projects #123

wilkinsona opened this issue Jun 26, 2019 · 0 comments
Milestone

Comments

@wilkinsona
Copy link
Contributor

wilkinsona commented Jun 26, 2019

The Eclipse plugin is not activated until one of its classes is loaded. This happens when one of its extensions is going to be called, for example because m2e is configuring a project (ProjectSettingsConfigurator) or because some code is being formatted (SpringCodeFormatter). There are no extensions specifically for Gradle projects so if no other projects have caused the plugin to be activated, there will be nothing to listen to the Gradle project's settings being refreshed and the plugin will never get a chance to customise its settings.

@wilkinsona wilkinsona added this to the 0.0.x milestone Jun 26, 2019
@philwebb philwebb modified the milestones: 0.0.x, 0.0.14 Jun 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants