Unicopia/settings.gradle
2020-04-24 14:14:05 +02:00

11 lines
231 B
Groovy

pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}
rootProject.name = 'Unicopia-redux'