mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +01:00
460e8c56b4
It wasn't going to stay there because loom doesn't support arbitrary mod configurations
13 lines
No EOL
284 B
Groovy
13 lines
No EOL
284 B
Groovy
pluginManagement {
|
|
repositories {
|
|
jcenter()
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
rootProject.name = 'MineLittlePony'
|
|
//includeBuild '../Kirin'
|
|
//includeBuild '../HDSkins' |