pluginManagement { includeBuild("../build-logic") } plugins { id("scrow.scrow-repository") } rootProject.name = "core" include("core-bukkit-api") include("core-bukkit-impl") include("core-lib") include("core-velocity-api") include("core-velocity-impl")