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

gk at torproject.org gk at torproject.org
Wed Oct 16 08:40:36 UTC 2019


commit e9bbdc6fb25af47ccaf3bace0162125d94812072
Author: sisbell <shane.isbell at 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" }



More information about the tor-commits mailing list