Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-06 00:00:47 +01:00
25b5e00125
Fixes #125
11 Zeilen
271 B
Groovy
11 Zeilen
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') |