Convert into a multi-module project.
For now, the API module only contains a few assorted utilities. More will be added later.
This commit is contained in:
@@ -1 +1,6 @@
|
||||
rootProject.name = 'velocity'
|
||||
include 'api'
|
||||
include 'proxy'
|
||||
findProject(':api')?.name = 'velocity-api'
|
||||
findProject(':proxy')?.name = 'velocity-proxy'
|
||||
|
||||
|
Reference in New Issue
Block a user