Tôi có một dự án gradle đơn giản trong nhật thực của mình. Tôi cập nhật build.gradle để bao gồm một vài hũ http apache ...
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.+'
}
Tuy nhiên, trong mã của tôi, nơi tôi tham chiếu một số nội dung Apache HTTP mà tôi nhận được:
The import org.apache.http cannot be resolved
Bất kỳ mẹo nào về những gì tôi cần làm để Eclipse thấy các phụ thuộc mới trong build.gradle của tôi?
Tôi đã thử làm sạch nhưng điều đó không hoạt động. Plugin gradle của tôi là:
Gradle IDE 3.3.0.201307040643-RELEASE org.springsource.ide.eclipse.gradle.feature.feature.group GoPivotal, Inc.