Remove maven central repository, use only jcenter

jcenter is a super set on top of maven central, so having both of those 
repositories is redundant, and the preferred one should be jcenter.

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/24e48c3f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/24e48c3f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/24e48c3f

Branch: refs/heads/master
Commit: 24e48c3f28921f79c926573e86623d33a966d87c
Parents: 1175064
Author: Yinon Avraham <yinonavra...@gmail.com>
Authored: Wed Oct 25 14:00:06 2017 +0300
Committer: gurisxie <279483...@qq.com>
Committed: Tue Nov 21 22:55:23 2017 +0800

----------------------------------------------------------------------
 android/build.gradle | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/24e48c3f/android/build.gradle
----------------------------------------------------------------------
diff --git a/android/build.gradle b/android/build.gradle
index 9c0e2d5..c51a1c3 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -1,7 +1,6 @@
 
 buildscript {
     repositories {
-        mavenCentral()
         jcenter()
     }
     dependencies {
@@ -15,18 +14,15 @@ plugins {
 }
 
 repositories {
-        mavenCentral()
-        jcenter()
+    jcenter()
 }
 
 subprojects {
     repositories {
-        mavenCentral()
         jcenter()
     }
     buildscript {
         repositories {
-            mavenCentral()
             jcenter()
         }
         dependencies {

Reply via email to