This is an automated email from the ASF dual-hosted git repository. onichols pushed a commit to branch support/1.13 in repository https://gitbox.apache.org/repos/asf/geode.git
commit 8f65c5a2c81d0f96c45cc6a36317abae842bc822 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 2ccfb5b..0ab7e32 100755 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,6 @@ allprojects { } repositories { - mavenLocal() mavenCentral() }
