geforkt von Mirrors/Velocity
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"
|