CarryOn/settings.gradle
2018-12-17 16:43:53 +01:00

11 lines
194 B
Groovy

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