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:
Andrew Steinborn
2018-07-31 16:12:41 -04:00
parent f9fd58eea5
commit bbf861d3bc
97 changed files with 119 additions and 118 deletions

View File

@@ -1 +1,6 @@
rootProject.name = 'velocity'
include 'api'
include 'proxy'
findProject(':api')?.name = 'velocity-api'
findProject(':proxy')?.name = 'velocity-proxy'