私は日食に単純な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
build.gradle で新しい依存関係を Eclipse に認識させるために必要なヒントはありますか?
クリーンアップを試みましたが、うまくいきません。私のgradleプラグインは次のとおりです。
Gradle IDE 3.3.0.201307040643-RELEASE org.springsource.ide.eclipse.gradle.feature.feature.group GoPivotal, Inc.