Unicopia/settings.gradle

14 lines
250 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'
2021-02-10 19:36:19 +01:00
include 'canvas-compat'