Remove mavenLocal()

This commit is contained in:
shedaniel
2021-05-02 00:37:26 +08:00
parent 6f2ec219e7
commit 4c71989d2d

View File

@@ -49,7 +49,6 @@ repositories {
maven { url "https://maven.minecraftforge.net/" }
maven { url "https://maven.architectury.dev/" }
mavenCentral()
mavenLocal()
}
dependencies {