1
0
Fork 0
mirror of https://github.com/Sollace/Unicopia.git synced 2025-03-07 02:31:29 +01:00
Unicopia/settings.gradle
2021-02-10 20:36:19 +02:00

13 lines
250 B
Groovy

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