From 3fdf6c3c82bd49ad4299ceb424430d803f963d69 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 10 Sep 2015 15:40:55 -0700 Subject: [PATCH] SGF-431 - Remove mavenLocal() from the artifact repository declarations. --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 019aa0be..4e76673b 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,6 @@ description = 'Spring Data GemFire' group = 'org.springframework.data' repositories { - mavenLocal() // delete this line when GemFire 8.2 is released and published maven { url "https://repo.spring.io/libs-snapshot" } maven { url "https://repo.spring.io/plugins-release"} }