Skip to content

Commit 42d0468

Browse files
committed
Update build.gradle
1 parent 4ff3339 commit 42d0468

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ jacoco {
8383
toolVersion = "0.8.7"
8484
}
8585

86+
jacocoTestReport{
87+
dependsOn test
88+
reports {
89+
xml.required = true
90+
html.required = false
91+
}
92+
}
93+
8694
asciidoctor {
8795
inputs.dir snippetsDir
8896
configurations 'asciidoctorExt'

0 commit comments

Comments
 (0)