forked from initialcapacity/application-continuum
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
22 lines (20 loc) · 707 Bytes
/
settings.gradle
File metadata and controls
22 lines (20 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
rootProject.name = "appcontinuum"
include "applications:allocations-server"
include "applications:backlog-server"
include "applications:discovery-server"
include "applications:integration"
include "applications:registration-server"
include "applications:timesheets-server"
include "components:accounts"
include "components:allocations"
include "components:backlog"
include "components:circuit-breaker-support"
include "components:discovery"
include "components:discovery-support"
include "components:jdbc-support"
include "components:projects"
include "components:redis-support"
include "components:rest-support"
include "components:test-support"
include "components:timesheets"
include "components:users"