ConstructionWand/settings.gradle
2020-11-06 20:46:53 +01:00

10 lines
195 B
Groovy

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