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.
1 parent 7e59bd7 commit 3ebcb29Copy full SHA for 3ebcb29
build.gradle.kts
@@ -34,6 +34,6 @@ tasks.withType<JavaCompile>() {
34
35
tasks.jacocoTestReport {
36
reports {
37
- xml.required
+ xml.isEnabled = true
38
}
39
0 commit comments