3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00
Velocity/settings.gradle.kts

16 Zeilen
281 B
Plaintext

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.4.0"
}
rootProject.name = "velocity"
sequenceOf(
"api",
"proxy",
"native",
).forEach {
val project = ":velocity-$it"
include(project)
project(project).projectDir = file(it)
}