File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,13 @@ repositories {
22
22
}
23
23
24
24
dependencies {
25
+ implementation(platform(SpringBootPlugin .BOM_COORDINATES ))
26
+
25
27
subprojects.forEach { p ->
26
28
implementation(project(" :${p.name} " ))
27
29
}
28
30
}
29
31
30
- dependencies {
31
- implementation(platform(SpringBootPlugin .BOM_COORDINATES ))
32
- }
33
-
34
32
sonar {
35
33
properties {
36
34
property(" sonar.projectKey" , " rashidi_spring-boot-tutorials" )
@@ -51,3 +49,6 @@ subprojects {
51
49
}
52
50
}
53
51
52
+ tasks.check {
53
+ dependsOn(tasks.named<JacocoReport >(" testCodeCoverageReport" ))
54
+ }
Original file line number Diff line number Diff line change @@ -22,4 +22,5 @@ include("modulith")
22
22
include(" test-execution-listeners" )
23
23
include(" test-rest-assured" )
24
24
include(" test-slice-tests-rest" )
25
- include(" web-rest-client" )
25
+ include(" web-rest-client" )
26
+ include(" web-thymeleaf-xss" )
You can’t perform that action at this time.
0 commit comments