mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-18 23:17:43 +01:00
Move mostly independent parts of the proxy to its own module
At this point, we have mostly connection/protocol handling and the "core proxy logic" left in the proxy module.
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
rootProject.name = 'velocity'
|
||||
include(
|
||||
'api',
|
||||
'proxy-core',
|
||||
'proxy',
|
||||
'native',
|
||||
'network',
|
||||
'annotation-processor'
|
||||
)
|
||||
findProject(':annotation-processor')?.name = 'velocity-annotation-processor'
|
||||
findProject(':api')?.name = 'velocity-api'
|
||||
findProject(':proxy')?.name = 'velocity-proxy'
|
||||
findProject(':native')?.name = 'velocity-native'
|
||||
findProject(':proxy-core')?.name = 'velocity-proxy-core'
|
||||
findProject(':native')?.name = 'velocity-native'
|
||||
findProject(':network')?.name = 'velocity-network'
|
||||
Reference in New Issue
Block a user