From 5a7f44c6531ebdfc980e4973ffa25399f55c7793 Mon Sep 17 00:00:00 2001
From: dgelessus <dgelessus@users.noreply.github.com>
Date: Tue, 28 Apr 2020 14:15:54 +0200
Subject: [PATCH] Remove mavenLocal() repo from build.gradle

In almost all cases there should be no need for it. Users that do need
to use it can manually add it locally.
---
 build.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 7783315..2cf3b7f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -20,7 +20,6 @@ sourceCompatibility = 7
 targetCompatibility = 7
 
 repositories {
-  mavenLocal()
   jcenter()
 }
 
-- 
GitLab