Skip to content

Commit 54d442d

Browse files
committed
chore: reactivate jacoco xml reports
1 parent bb9ef89 commit 54d442d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ test {
139139

140140
jacocoTestReport {
141141
dependsOn test
142+
reports {
143+
xml.required.set(true)
144+
}
142145
}
143146

144147
/**********************************************************************************************************************\

0 commit comments

Comments
 (0)