forked from jhubba/pal-tracker-distributed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
25 lines (19 loc) · 692 Bytes
/
settings.gradle
File metadata and controls
25 lines (19 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
rootProject.name = "pal-tracker-distributed"
include "applications:allocations-server"
include "applications:backlog-server"
include "applications:registration-server"
include "applications:timesheets-server"
include "components:accounts"
include "components:allocations"
include "components:backlog"
include "components:projects"
include "components:timesheets"
include "components:users"
include "components:rest-support"
include "components:test-support"
include "databases:allocations-database"
include "databases:backlog-database"
include "databases:registration-database"
include "databases:timesheets-database"
include "integration-test"
include "platform-services:eureka-server"