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 {
2222}
2323
2424dependencies {
25+ implementation(platform(SpringBootPlugin .BOM_COORDINATES ))
26+
2527 subprojects.forEach { p ->
2628 implementation(project(" :${p.name} " ))
2729 }
2830}
2931
30- dependencies {
31- implementation(platform(SpringBootPlugin .BOM_COORDINATES ))
32- }
33-
3432sonar {
3533 properties {
3634 property(" sonar.projectKey" , " rashidi_spring-boot-tutorials" )
@@ -51,3 +49,6 @@ subprojects {
5149 }
5250}
5351
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")
2222include(" test-execution-listeners" )
2323include(" test-rest-assured" )
2424include(" 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