Files
MidnightControls/settings.gradle
2020-02-01 00:44:13 +01:00

14 lines
267 B
Groovy

pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}
rootProject.name = 'lambdacontrols'
include 'core', 'fabric', 'spigot'