From c448739b7bc0a16862f0ebdc7662aa66597b54df Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 28 Oct 2016 00:36:44 +0200 Subject: [PATCH] Remove mavenLocal as a repository in Gradle build --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index eb4bdc05c7c..18abe094078 100644 --- a/build.gradle +++ b/build.gradle @@ -170,7 +170,6 @@ configure(allprojects) { project -> } repositories { - mavenLocal() maven { url "https://repo.spring.io/libs-release" } maven { url "https://repo.spring.io/milestone" } maven { url "https://repo.spring.io/snapshot" } // Reactor 3 snapshots