6 lines
393 B
Plaintext
6 lines
393 B
Plaintext
rootProject.name = "redaction-report-service"
|
|
include(":redaction-report-service-server-v1")
|
|
include(":redaction-report-service-api-v1")
|
|
project(":redaction-report-service-server-v1").projectDir = file("redaction-report-service-v1/redaction-report-service-server-v1")
|
|
project(":redaction-report-service-api-v1").projectDir = file("redaction-report-service-v1/redaction-report-service-api-v1")
|