Unicopia/settings.gradle

12 lines
231 B
Groovy
Raw Normal View History

2020-01-16 12:35:46 +01:00
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}
2020-04-24 14:14:05 +02:00
rootProject.name = 'Unicopia-redux'