da-policyengine-dev / settings.gradle.kts
dalabai's picture
Upload folder using huggingface_hub
9373c61 verified
raw
history blame contribute delete
446 Bytes
rootProject.name = "microservices-dalab"
// Include all microservices and the new protos project
include("da-protos")
include("da-discovery")
include("da-catalog")
include("da-policyengine")
include("da-reporting")
include("da-autolabel")
include("da-autoarchival")
include("da-autodelete")
include("da-autocompliance")
include("da-admin-service")
// Potentially include other future services here
// include("da-admin-service")