-
-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathsettings.gradle
47 lines (40 loc) · 1.61 KB
/
settings.gradle
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
41
42
43
44
45
46
rootProject.name = "cas-mgmt"
include "api:cas-mgmt-api-core"
include "api:cas-mgmt-api-configuration"
include "api:cas-mgmt-api-version-control"
include "api:cas-mgmt-api-delegated"
include "api:cas-mgmt-api-dashboard"
include ":config:cas-mgmt-config-audit"
include ":config:cas-mgmt-config-authentication"
include ":config:cas-mgmt-config-authz"
include ":config:cas-mgmt-config-authz-ldap"
include ":config:cas-mgmt-config-core"
include ":config:cas-mgmt-config-version-control"
include ":config:cas-mgmt-config-delegated"
include ":config:cas-mgmt-config-submissions"
include ":config:cas-mgmt-config-register"
include ":config:cas-mgmt-config-search"
include ":config:cas-mgmt-config-iet"
include ":config:cas-mgmt-config-saml"
include ":config:cas-mgmt-config-oauth"
include ":config:cas-mgmt-config-dashboard"
include ":core:cas-mgmt-core"
include ":core:cas-mgmt-core-authentication"
include ":core:cas-mgmt-core-authz"
include ":core:cas-mgmt-core-audit"
include ":core:cas-mgmt-core-util"
include ":docs:cas-mgmt-documentation"
include ":support:cas-mgmt-support-bom"
include ":support:cas-mgmt-support-delegated"
include ":support:cas-mgmt-support-version-control"
include ":support:cas-mgmt-support-submissions"
include ":support:cas-mgmt-support-register"
include ":support:cas-mgmt-support-search"
include ":support:cas-mgmt-support-saml"
include ":support:cas-mgmt-support-oauth"
include ":support:cas-mgmt-support-dashboard"
include ":webapp:cas-mgmt-webapp"
include ":webapp:cas-mgmt-webapp-workspace"
include ":webapp:cas-mgmt-webapp-config"
include ":webapp:cas-mgmt-webapp-init"
include ":webapp:cas-mgmt-webapp-tomcat"