More versions from project

I have a project foo. From this project I have several parallel versions in an Eclipse workspace. Since the projects all have the same project name in gradle, I get an error message. Do I still have to configure something so that it recognizes that they are different versions of the project?

Eclipse projects:

foo-1.00
foo-2.00

Error: Description Resource Path Location Type
A project with the name foo already exists. build.gradle /foo-2.00 line 0 Gradle Error Marker

The latest Buildship/Gradle version has support to import projects with overlapping names.