1
0
Fork 0
mirror of https://github.com/Sollace/Unicopia.git synced 2025-03-06 02:01:29 +01:00
Unicopia/settings.gradle
2021-06-26 13:15:54 +02:00

11 lines
225 B
Groovy

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