BowDogPrediction/settings.gradle
seasnail8169 8565e92526 init
2021-02-19 22:11:41 +00:00

11 lines
195 B
Groovy

pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}