mirror of
https://gitlab.com/SamB440/rpgregions-2.git
synced 2025-12-19 14:59:19 +00:00
13 lines
367 B
Plaintext
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")
|