Update settings.gradle

This commit is contained in:
Cloudburst
2021-09-16 15:13:26 +02:00
committed by GitHub
parent e8e28049f5
commit 4c84fdccfb

View File

@@ -1,10 +1,10 @@
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
jcenter()
}
}