mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-20 07:57:42 +01:00
a
This commit is contained in:
@@ -2,9 +2,9 @@ rootProject.name = 'velocity'
|
||||
include(
|
||||
'api',
|
||||
'proxy-core',
|
||||
'implementation-java-edition',
|
||||
'proxy',
|
||||
'native',
|
||||
'network',
|
||||
'annotation-processor'
|
||||
)
|
||||
findProject(':annotation-processor')?.name = 'velocity-annotation-processor'
|
||||
@@ -12,4 +12,4 @@ findProject(':api')?.name = 'velocity-api'
|
||||
findProject(':proxy')?.name = 'velocity-proxy'
|
||||
findProject(':proxy-core')?.name = 'velocity-proxy-core'
|
||||
findProject(':native')?.name = 'velocity-native'
|
||||
findProject(':network')?.name = 'velocity-network'
|
||||
findProject(':implementation-java-edition')?.name = 'velocity-implementation-java-edition'
|
||||
Reference in New Issue
Block a user