This is an automated email from the ASF dual-hosted git repository. onichols pushed a commit to branch support/1.12 in repository https://gitbox.apache.org/repos/asf/geode.git
commit 06ac246c2d8374381d8b337e63dbdfb58f02cf31 Author: Udo Kohlmeyer <[email protected]> AuthorDate: Wed Oct 28 06:09:55 2020 +1100 GEODE-8660: Remove mavenLocal from build.gradle. (#5675) (cherry picked from commit 5312335b532ff34778b3015db068d64d0bd2cb72) --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 67fdec4..24011dc 100755 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,6 @@ allprojects { } repositories { - mavenLocal() mavenCentral() maven { url "https://repo.spring.io/release" } }
