How do I refresh project dependencies using Buildship in Eclipse?
Updating the dependencies that eclipse sees should then be as simple as: right click on project -> gradle -> refresh all Update in buildship 1.0.16 Currently you need to jump through the delete-and-import hoop the first time you use an existing gradle project with buildship. You can now use the Add Gradle Nature option: right … Read more