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'