SetupWizardLibrary/tools/gradle/repositories.properties
Maurice Lam 3caf969843 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
2016-12-28 17:55:35 -08:00

4 lines
79 B
INI

repositories {
maven { url "$rootDir/prebuilts/maven_repo/robolectric" }
}