Skip to content

Commit a02346e

Browse files
authored
Merge pull request #162 from josdem/feature/149
[small]Feature/149
2 parents cb02fd7 + db0b58f commit a02346e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

services/build.gradle.kts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,16 @@ dependencies {
6464
testAnnotationProcessor ("org.projectlombok:lombok")
6565
}
6666

67+
jacoco {
68+
toolVersion = "0.8.11"
69+
}
70+
71+
tasks.jacocoTestReport {
72+
reports {
73+
xml.required.set(true)
74+
}
75+
}
76+
6777
the<DependencyManagementExtension>().apply {
6878
imports {
6979
mavenBom(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES)

web/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ val springdocVersion = "2.8.4"
1414
val freeMarkerVersion = "2.3.34"
1515

1616
group = "com.josdem.jmailer"
17-
version = "1.4.6"
17+
version = "1.4.8"
1818

1919
java {
2020
toolchain {

0 commit comments

Comments
 (0)