Unicopia/settings.gradle

12 lines
225 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()
}
}
2021-02-09 15:11:50 +01:00
rootProject.name = 'Unicopia'