-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsettings.gradle
More file actions
40 lines (32 loc) · 791 Bytes
/
settings.gradle
File metadata and controls
40 lines (32 loc) · 791 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
rootProject.name = 'JCRM'
//include 'jcrm-jdbc'
//include 'jcrm-user-jdbc'
//include 'jcrm-integration-test-db-jdbc'
//include 'jcrm-dictionary-jdbc'
include 'base'
include 'base-spring'
include 'base-web'
include 'dao'
include 'jasync'
include 'security'
include 'dictionary-api'
include 'dictionary-jasync'
include 'contact-api'
include 'user-api'
include 'user-jasync'
include 'client-api'
include 'client-jasync'
include 'client-web'
include 'mail'
include 'integration-test'
include 'integration-test-db'
include 'integration-test-jasync'
include 'integration-test-web'
include 'security-web'
include 'dictionary-web'
include 'registration-web'
include 'full-web'
include 'ui-server'
//include 'ui-angular'
include 'ui_flutter'