pluginManagement { // Include 'plugins build' to define convention plugins. includeBuild("build-logic") } plugins { // Apply the foojay-resolver plugin to allow automatic download of JDKs id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0" } rootProject.name = "rpgregions-2" include("rpgregions", "integrations", "api", "folia")