-
Notifications
You must be signed in to change notification settings - Fork 22
/
settings.gradle
30 lines (29 loc) · 1.25 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
rootProject.name = 'backstopper'
// Published-artifact modules
include "nike-internal-util",
"backstopper-core",
"backstopper-custom-validators",
"backstopper-reusable-tests-junit5",
"backstopper-jackson",
"backstopper-servlet-api",
"backstopper-spring-web",
"backstopper-spring-web-mvc",
"backstopper-spring-web-flux",
"backstopper-spring-boot3-webmvc",
// Test-only modules (not published)
"testonly:testonly-spring-webmvc-reusable-test-support",
"testonly:testonly-spring-webflux-reusable-test-support",
"testonly:testonly-spring-6_0-webmvc",
"testonly:testonly-spring-6_1-webmvc",
"testonly:testonly-springboot3_0-webmvc",
"testonly:testonly-springboot3_0-webflux",
"testonly:testonly-springboot3_1-webmvc",
"testonly:testonly-springboot3_1-webflux",
"testonly:testonly-springboot3_2-webmvc",
"testonly:testonly-springboot3_2-webflux",
"testonly:testonly-springboot3_3-webmvc",
"testonly:testonly-springboot3_3-webflux",
// Sample modules (not published)
"samples:sample-spring-web-mvc",
"samples:sample-spring-boot3-webmvc",
"samples:sample-spring-boot3-webflux"