Removed deprecated JCenter() call in settings.gradle

This commit is contained in:
Adam Wojciak
2023-07-27 22:02:36 -04:00
parent a20f2dc7d8
commit 6257f93fab

4
settings.gradle Executable file → Normal file
View File

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