Skip to content

Commit 3ebcb29

Browse files
committed
Fixed jacoco reports.
1 parent 7e59bd7 commit 3ebcb29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ tasks.withType<JavaCompile>() {
3434

3535
tasks.jacocoTestReport {
3636
reports {
37-
xml.required
37+
xml.isEnabled = true
3838
}
3939
}

0 commit comments

Comments
 (0)