mirror of
https://github.com/PaperMC/Velocity.git
synced 2024-11-21 03:11:38 +08:00
9 lines
229 B
Groovy
9 lines
229 B
Groovy
rootProject.name = 'velocity'
|
|
include (
|
|
'api',
|
|
'proxy',
|
|
'native'
|
|
)
|
|
findProject(':api')?.name = 'velocity-api'
|
|
findProject(':proxy')?.name = 'velocity-proxy'
|
|
findProject(':native')?.name = 'velocity-native' |