mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 22:47:42 +01:00
For now, the API module only contains a few assorted utilities. More will be added later.
7 lines
151 B
Groovy
7 lines
151 B
Groovy
rootProject.name = 'velocity'
|
|
include 'api'
|
|
include 'proxy'
|
|
findProject(':api')?.name = 'velocity-api'
|
|
findProject(':proxy')?.name = 'velocity-proxy'
|
|
|