aboutsummaryrefslogtreecommitdiff
path: root/shadows/httpclient
diff options
context:
space:
mode:
authorSalvatore Testa <sal@squareup.com>2017-07-17 14:15:03 -0700
committerSalvatore Testa <sal@squareup.com>2017-07-17 14:15:03 -0700
commit37e11ac474f15921d34825d52caf86afb823d556 (patch)
tree2d4271eb17734c78b9d338b0b7ef83433e842abe /shadows/httpclient
parentdec99ca4113a7fa5417456dfaa6b5337d991b7f1 (diff)
downloadrobolectric-shadows-37e11ac474f15921d34825d52caf86afb823d556.tar.gz
Use ":" instead of "/" for Gradle submodules
robolectric/robolectric#3247
Diffstat (limited to 'shadows/httpclient')
-rw-r--r--shadows/httpclient/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/shadows/httpclient/build.gradle b/shadows/httpclient/build.gradle
index 9775a1398..cf1492ab5 100644
--- a/shadows/httpclient/build.gradle
+++ b/shadows/httpclient/build.gradle
@@ -18,7 +18,7 @@ configurations {
dependencies {
// Project dependencies
- compileOnly project(":shadows/framework")
+ compileOnly project(":shadows:framework")
// Compile dependencies
earlyRuntime "org.apache.httpcomponents:httpcore:4.0.1"