Files
MidnightControls/settings.gradle
2021-03-15 17:20:16 +01:00

13 lines
249 B
Groovy

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