AuthMeVelocity/settings.gradle.kts
2022-08-04 22:57:11 +00:00

6 lines
184 B
Plaintext

rootProject.name = "authmevelocity-parent"
listOf("common", "paper", "velocity").forEach {
include("authmevelocity-$it")
project(":authmevelocity-$it").projectDir = file(it)
}