You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by pa...@apache.org on 2016/11/28 16:07:47 UTC

[02/14] zest-java git commit: build: use mavenCentral() instead of jcenter() in buildSrc

build: use mavenCentral() instead of jcenter() in buildSrc

Using the same repository as the actual build will speed things up a bit


Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/d74b3694
Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/d74b3694
Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/d74b3694

Branch: refs/heads/develop
Commit: d74b36945f70798e11c96e6b7b7c61366d2fdaf4
Parents: 927d444
Author: Paul Merlin <pa...@apache.org>
Authored: Sun Nov 27 10:35:25 2016 +0100
Committer: Paul Merlin <pa...@apache.org>
Committed: Sun Nov 27 10:35:25 2016 +0100

----------------------------------------------------------------------
 buildSrc/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zest-java/blob/d74b3694/buildSrc/build.gradle
----------------------------------------------------------------------
diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
index ff2dde8..b7d1b16 100644
--- a/buildSrc/build.gradle
+++ b/buildSrc/build.gradle
@@ -20,7 +20,7 @@
 
 repositories {
   maven { url "https://plugins.gradle.org/m2/" }
-  jcenter()
+  mavenCentral()
 }
 
 dependencies {