Remove mavenLocal repo from default repositories

This commit is contained in:
MD 2020-11-26 12:39:52 +00:00
parent 2ce5797d5e
commit b0fa0d1ec8
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ subprojects {
apply plugin: 'com.github.johnrengelman.shadow'
repositories {
mavenLocal()
maven { url = 'https://hub.spigotmc.org/nexus/content/groups/public/' }
maven { url = 'https://papermc.io/repo/repository/maven-public/' }
maven {