-
Notifications
You must be signed in to change notification settings - Fork 5
/
settings.gradle
43 lines (42 loc) · 1.1 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
rootProject.name = "nrich"
include(
"nrich-bom",
"nrich-core-api",
"nrich-encrypt-api",
"nrich-encrypt",
"nrich-encrypt-spring-boot-starter",
"nrich-excel-api",
"nrich-excel",
"nrich-excel-spring-boot-starter",
"nrich-form-configuration-api",
"nrich-form-configuration",
"nrich-form-configuration-spring-boot-starter",
"nrich-jackson",
"nrich-jackson-spring-boot-starter",
"nrich-javascript",
"nrich-javascript-api",
"nrich-logging-api",
"nrich-logging",
"nrich-logging-spring-boot-starter",
"nrich-notification-api",
"nrich-notification",
"nrich-notification-spring-boot-starter",
"nrich-registry-api",
"nrich-registry",
"nrich-registry-spring-boot-starter",
"nrich-search-api",
"nrich-search-repository-api",
"nrich-search",
"nrich-search-spring-boot-starter",
"nrich-security-csrf-api",
"nrich-security-csrf",
"nrich-security-csrf-spring-boot-starter",
"nrich-spring",
"nrich-spring-boot",
"nrich-validation-api",
"nrich-validation",
"nrich-validation-spring-boot-starter",
"nrich-webmvc-api",
"nrich-webmvc",
"nrich-webmvc-spring-boot-starter"
)