You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ds...@apache.org on 2016/02/18 00:10:46 UTC

[11/33] incubator-geode git commit: GEODE-26: Remove mavenLocal from repositories

GEODE-26: Remove mavenLocal from repositories


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

Branch: refs/heads/feature/GEODE-831
Commit: ee7b041adb7be0debc16e631ca4024b8d8652d53
Parents: 7005990
Author: Anthony Baker <ab...@apache.org>
Authored: Wed Feb 10 19:41:02 2016 -0800
Committer: Anthony Baker <ab...@apache.org>
Committed: Thu Feb 11 19:56:10 2016 -0800

----------------------------------------------------------------------
 build.gradle | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/ee7b041a/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 7e3fc34..c0c304e 100755
--- a/build.gradle
+++ b/build.gradle
@@ -43,7 +43,6 @@ allprojects {
   gradle.startParameter.continueOnFailure = true
   
   repositories {
-    mavenLocal()
     mavenCentral()
     maven { url "http://repo.spring.io/release" }
     maven { url "http://repo.spring.io/milestone" }