Service jar for process

This commit is contained in:
YuCheng Hu 2020-04-02 14:01:39 -04:00
parent b4dd67494f
commit 01d4711334
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
rootProject.name = 'covid-19-service'
include ":covid-19-common"
project(":covid-19-common").projectDir = file("../covid-19-common")