Importing multiple Gradle projects into Eclipse

I’m happy to announce that Buildship no longer has the limitation that requires all Gradle project names to be free in the Eclipse workspace. This means you can import multiple Gradle builds into Eclipse even if there’s a name collision.

To make this feature work, you need to use the snapshot version of Buildship 3.1.1 and a Gradle 5.5. We’ll publish a stable Buildship release once Gradle 5.5 is out. Until that, please try this new feature out and let us know what you think.

Huge thanks to our community member Christian Fränkel who implemented this feature.