pluginManagement { repositories { jcenter() maven { name = 'Fabric' url = 'https://maven.fabricmc.net/' } gradlePluginPortal() } } rootProject.name = 'spark' include ( 'spark-common', 'spark-bukkit', 'spark-bungeecord', 'spark-velocity', 'spark-sponge', 'spark-forge', 'spark-forge1122', 'spark-fabric', 'spark-nukkit', 'spark-universal' )