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