MineLittlePony/settings.gradle

12 lines
231 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()
}
}
rootProject.name = 'minelittlepony'