[tor-commits] [tor-android-service/master] Bug 30483: JCenter Can Cause Mismatched Hashes

gk at torproject.org gk at torproject.org
Tue May 14 12:08:12 UTC 2019


commit 0bc3add0c73ab25fb29fa4710ebfc80ce09aa2f1
Author: sisbell <shane.isbell at gmail.com>
Date:   Sat Apr 27 13:24:35 2019 -0700

    Bug 30483: JCenter Can Cause Mismatched Hashes
---
 build.gradle | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/build.gradle b/build.gradle
index 178278e..671edab 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,9 +1,10 @@
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
+apply plugin: 'maven'
 
 buildscript {
     repositories {
         google()
-        jcenter()
+        mavenCentral()
     }
     dependencies {
         classpath "com.android.tools.build:gradle:${androidplugin}"
@@ -16,12 +17,8 @@ buildscript {
 allprojects {
     repositories {
         google()
-        jcenter()
-        maven { url "https://jitpack.io" }
+        mavenCentral()
+        maven { url "https://repo.spring.io/plugins-release" }
         maven { url "https://raw.githubusercontent.com/guardianproject/gpmaven/master" }
     }
-}
-
-task clean(type: Delete) {
-    delete rootProject.buildDir
-}
+}
\ No newline at end of file





More information about the tor-commits mailing list