geforkt von Mirrors/Velocity
bbf861d3bc
For now, the API module only contains a few assorted utilities. More will be added later.
7 Zeilen
151 B
Groovy
7 Zeilen
151 B
Groovy
rootProject.name = 'velocity'
|
|
include 'api'
|
|
include 'proxy'
|
|
findProject(':api')?.name = 'velocity-api'
|
|
findProject(':proxy')?.name = 'velocity-proxy'
|
|
|