MineLittlePony/settings.gradle

13 lines
284 B
Groovy
Raw Normal View History

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