You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: