chipmunkmod/settings.gradle
2018-12-09 17:51:48 +01:00

10 lines
194 B
Groovy

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