From 75a91e24efd2a58b873dc77d2f608794a93e104a Mon Sep 17 00:00:00 2001 From: Peter_Mitrano Date: Fri, 15 Jan 2016 11:56:35 -0500 Subject: [PATCH] Remove maven local as a possible search location maven caches are not stored in maven local, and searching here can cause problems for building simulation. Change-Id: Id106e80cfb9129431fd43500b06f879e7c682115 --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index acf7a3a5db..a6f9cbe868 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,6 @@ allprojects { maven { url publishUrl } - mavenLocal() maven { url repoBaseUrl }