Skip to content
Snippets Groups Projects
Commit 5f8f5080 authored by dgelessus's avatar dgelessus
Browse files

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.
parent 5fa2ede3
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,6 @@ wrapper { ...@@ -19,7 +19,6 @@ wrapper {
} }
repositories { repositories {
mavenLocal()
jcenter() jcenter()
maven { maven {
name("Sonatype snapshots") name("Sonatype snapshots")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment