From 46b3a8335fbb5823139b3c0c7b657866fe4e8f73 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 28 Aug 2019 14:16:34 +0200 Subject: [PATCH] Stop using mavenLocal() This commit makes sure the content of the local maven repository has no impact on the build See gh-23124 --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 86465427171..4ed54d95348 100644 --- a/build.gradle +++ b/build.gradle @@ -119,7 +119,6 @@ configure(allprojects.findAll { (it.name != "framework-bom") } ) { project -> maven { url "https://repo.spring.io/ext-release-local" } // WebSphere uow maven { url "https://repo.spring.io/milestone" } // Reactor maven { url "https://oss.jfrog.org/artifactory/libs-snapshot" } // RSocket - mavenLocal() } dependencies {