mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +01:00
13 lines
No EOL
280 B
Groovy
13 lines
No EOL
280 B
Groovy
pluginManagement {
|
|
repositories {
|
|
jcenter()
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
rootProject.name = 'MineLittlePony'
|
|
includeBuild '../Kirin'
|
|
includeBuild '../HDSkins' |