MultiServerMan/settings.gradle.kts

10 lines
249 B
Plaintext

plugins {
id("com.github.johnrengelman.shadow") version "8.1.0" apply false
kotlin("jvm") version "1.8.10" apply false
}
rootProject.name = "MultiServerMan"
val subProjects = listOf("api", "common", "parent", "child")
include(subProjects)