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