I have a simple gradle project in my eclipse. I update the build.gradle to include a few apache http jars...
dependencies { compile group: \'commons-coll
First, please check you have include eclipse gradle plugin. apply plugin : 'eclipse' Then go to your project directory in Terminal. Type gradle clean and then gradle eclipse. Then go to project in eclipse and refresh the project.
apply plugin : 'eclipse'
gradle clean
gradle eclipse