chipmunkmod/settings.gradle
2018-12-22 17:36:30 +01:00

10 lines
195 B
Groovy

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