Best way to import a new subproject

Hello,

When someone adds a module to our project, i pull it from git, i always import the whole project again to see the new subproject.

Sometimes eclipse trips over its own configuration when trying this (this looks more like a eclipse bug than a buildship one).

Is this the correct way to use the plugin, or is there a gradle task?

You can use “Refresh Gradle Project” and any new subprojects will be imported as well.

Ok thank you, thats a lot faster.

It works for adding one but not when one is removed. But this is a small thing thanks.

We could remove those projects from the workspace, but our thinking was that this might actually confuse users more than it would help.