Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-06 00:00:47 +01:00
d72d707b1c
Spiritually indebted to #518 and @alexstaeding. There's a minor break - we're going up to 3.2.0-SNAPSHOT as the API now compiles against Java 11. But this is more academic in practice.
9 Zeilen
228 B
Plaintext
9 Zeilen
228 B
Plaintext
rootProject.name = "velocity"
|
|
include(
|
|
"api",
|
|
"proxy",
|
|
"native"
|
|
)
|
|
findProject(":api")?.name = "velocity-api"
|
|
findProject(":proxy")?.name = "velocity-proxy"
|
|
findProject(":native")?.name = "velocity-native" |