在我的 Eclipse 中我有一个简单的 gradle 项目。我更新 build.gradle 以包括一些 apache http jar..。
dependencies {
compile group: 'commons-collections', name: 'commons-collections', version: '3.2'
compile 'org.apache.httpcomponents:httpclient:4.2.3'
compile "org.apache.httpcomponents:httpmime:4.2.3"
testCompile group: 'junit', name: 'junit', version: '4.+'
}
然而在我的代码中,我引用了一些 Apache HTTP 的东西:
The import org.apache.http cannot be resolved
关于如何让 Eclipse 看到 build.gradle 中的新依赖项,有什么建议吗?
我尝试做一个清洁,但是没有工作。我的渐变插件是:
Gradle IDE 3.3.0.201307040643-RELEASE org.springsource.ide.eclipse.gradle.feature.feature.group GoPivotal, Inc.