MineLittlePony/settings.gradle

12 lines
236 B
Groovy
Raw Normal View History

2019-06-01 21:40:06 +02:00
pluginManagement {
repositories {
2021-11-24 23:09:34 +01:00
mavenCentral()
2019-06-01 21:40:06 +02:00
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}
rootProject.name = 'minelittlepony'