ivory
(tom)
1
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?
st_oehme
(Stefan Oehme)
2
You can use “Refresh Gradle Project” and any new subprojects will be imported as well.
ivory
(tom)
3
Ok thank you, thats a lot faster.
ivory
(tom)
4
It works for adding one but not when one is removed. But this is a small thing thanks.
st_oehme
(Stefan Oehme)
5
We could remove those projects from the workspace, but our thinking was that this might actually confuse users more than it would help.