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 <[email protected]> Authored: Sun Nov 27 10:35:25 2016 +0100 Committer: Paul Merlin <[email protected]> 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 {
