MineLittlePony/settings.gradle

13 lines
284 B
Groovy
Raw Normal View History

2019-06-01 15:40:06 -04:00
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}
2015-11-17 00:19:58 -05:00
rootProject.name = 'MineLittlePony'
//includeBuild '../Kirin'
//includeBuild '../HDSkins'