CoolFace
Apppublic

dalabsai/da-policyengine-dev

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
settings.gradle.kts16 linesDownload Raw Back to root
1rootProject.name = "microservices-dalab"
2
3// Include all microservices and the new protos project
4include("da-protos")
5include("da-discovery")
6include("da-catalog")
7include("da-policyengine")
8include("da-reporting")
9include("da-autolabel")
10include("da-autoarchival")
11include("da-autodelete")
12include("da-autocompliance")
13include("da-admin-service")
14
15// Potentially include other future services here
16// include("da-admin-service")