File size: 446 Bytes
9373c61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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")