We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb02fd7 + db0b58f commit a02346eCopy full SHA for a02346e
services/build.gradle.kts
@@ -64,6 +64,16 @@ dependencies {
64
testAnnotationProcessor ("org.projectlombok:lombok")
65
}
66
67
+jacoco {
68
+ toolVersion = "0.8.11"
69
+}
70
+
71
+tasks.jacocoTestReport {
72
+ reports {
73
+ xml.required.set(true)
74
+ }
75
76
77
the<DependencyManagementExtension>().apply {
78
imports {
79
mavenBom(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES)
web/build.gradle.kts
@@ -14,7 +14,7 @@ val springdocVersion = "2.8.4"
14
val freeMarkerVersion = "2.3.34"
15
16
group = "com.josdem.jmailer"
17
-version = "1.4.6"
+version = "1.4.8"
18
19
java {
20
toolchain {
0 commit comments