9
0
mirror of https://gitlab.com/SamB440/rpgregions-2.git synced 2025-12-19 14:59:19 +00:00
Files
rpgregions-2/settings.gradle.kts
2025-09-01 18:24:27 +01:00

13 lines
367 B
Plaintext

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")