mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-03-13 16:07:06 +08:00
11 lines
271 B
Groovy
11 lines
271 B
Groovy
rootProject.name = 'velocity'
|
|
include(
|
|
'api',
|
|
'proxy',
|
|
'native'
|
|
)
|
|
findProject(':api')?.name = 'velocity-api'
|
|
findProject(':proxy')?.name = 'velocity-proxy'
|
|
findProject(':native')?.name = 'velocity-native'
|
|
|
|
enableFeaturePreview('STABLE_PUBLISHING') |