Remove jcenter from settings.gradle

This commit is contained in:
shedaniel
2021-02-23 23:17:07 +08:00
parent 186d9bc517
commit 4288ba88f5

View File

@@ -1,8 +1,7 @@
pluginManagement {
repositories {
jcenter()
maven { url "https://maven.fabricmc.net/" }
maven { url "https://maven.shedaniel.me" }
maven { url "https://maven.shedaniel.me/" }
maven { url "https://files.minecraftforge.net/maven/" }
gradlePluginPortal()
}