Repository: incubator-myriad
Updated Branches:
  refs/heads/master 47c7be0de -> edabc8986


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.

Pull Request:
    Closes #103

Author:    Yinon Avraham <yinonavra...@gmail.com>
Date:      Wed Oct 25 14:08:53 2017 +0300


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

Branch: refs/heads/master
Commit: edabc8986d09c17a3e8b8aa8ee6bfd38b6c3a94e
Parents: 47c7be0
Author: Yinon Avraham <yinonavra...@gmail.com>
Authored: Wed Oct 25 14:08:53 2017 +0300
Committer: Javi Roman <javiro...@apache.org>
Committed: Sat May 19 08:44:09 2018 +0200

----------------------------------------------------------------------
 build.gradle | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/edabc898/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index a551ba0..075b768 100644
--- a/build.gradle
+++ b/build.gradle
@@ -28,7 +28,6 @@ tasks.withType(JavaCompile) {
 buildscript {
     repositories {
         jcenter()
-        mavenCentral()
     }
 
     dependencies {
@@ -37,7 +36,7 @@ buildscript {
 }
 
 repositories {
-    mavenCentral()
+    jcenter()
 }
 
 idea {
@@ -95,7 +94,7 @@ subprojects {
     }
 
     repositories {
-        mavenCentral()
+        jcenter()
         mavenLocal()
     }
 

Reply via email to