Skip to content

Commit 618503c

Browse files
author
Justin Ryan
committed
Adding mavenLocal() for local resolution
1 parent 6df65bf commit 618503c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ buildscript {
1111

1212
allprojects {
1313
repositories {
14+
mavenLocal()
1415
mavenCentral() // maven { url: 'http://jcenter.bintray.com' }
1516
}
1617
}

0 commit comments

Comments
 (0)