summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2016-12-28 17:55:35 -0800
committerMaurice Lam <yukl@google.com>2016-12-28 17:55:35 -0800
commit3caf969843d2c65d0e70b9986a8b61bda4a133fd (patch)
treebadd3db40dd9eefa24ab44e7569322fca6bf5ce7 /tools
parent0454e18c0b5e1d91e38726c93ac2f0e418d5b719 (diff)
downloadsetupwizard-3caf969843d2c65d0e70b9986a8b61bda4a133fd.tar.gz
Add repositories.properties file
This file will be read by the buildSrc gradle plugin to add additional local maven repositories. This CL alone does not have any effect, as buildSrc expects the file to be next to gradlew. A manifest change would follow this to add a symlink at that location. Test: Manually tested Robolectric test runs with other local changes Bug: 32975598 Change-Id: I100b65b44ac0133a57014f7813967911db1b278c
Diffstat (limited to 'tools')
-rw-r--r--tools/gradle/repositories.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gradle/repositories.properties b/tools/gradle/repositories.properties
new file mode 100644
index 0000000..378d454
--- /dev/null
+++ b/tools/gradle/repositories.properties
@@ -0,0 +1,3 @@
+repositories {
+ maven { url "$rootDir/prebuilts/maven_repo/robolectric" }
+}