I\'ve got several projects in my Eclipse workspace that use Gradle as their build system. Up to now, I\'m running the Gradle commands from the command line.
I\'ve instal
The only way at the moment to make buildship pick up a project is to use the import wizard.
follow the wizard and your project should now show up as a gradle project. If you find you still don't have any dependencies in eclipse then it is probably picking up an existing non-buildship .project file, In which case the following post should help: