1
0
Fork 0
mirror of https://github.com/Sollace/Unicopia.git synced 2025-03-05 09:41:28 +01:00
Unicopia/settings.gradle
2021-12-22 11:15:09 +02:00

11 lines
230 B
Groovy

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