redaction-service/settings.gradle.kts
Kilian Schuettler 140c29ddc7 wip
2023-07-31 12:03:49 +02:00

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")