[tor-android-service/master] Bug 32043: Add mavenLocal to repo list

16 Oct
2019
16 Oct
'19
8:40 a.m.
commit e9bbdc6fb25af47ccaf3bace0162125d94812072 Author: sisbell <shane.isbell@gmail.com> Date: Wed Jul 17 01:01:42 2019 -0700 Bug 32043: Add mavenLocal to repo list --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index 671edab..001bdb1 100644 --- a/build.gradle +++ b/build.gradle @@ -3,6 +3,7 @@ apply plugin: 'maven' buildscript { repositories { + mavenLocal() google() mavenCentral() } @@ -16,6 +17,7 @@ buildscript { allprojects { repositories { + mavenLocal() google() mavenCentral() maven { url "https://repo.spring.io/plugins-release" }
2061
Age (days ago)
2061
Last active (days ago)
0 comments
1 participants
participants (1)
-
gk@torproject.org