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 1c55f20 commit 88f522dCopy full SHA for 88f522d
build.gradle.kts
@@ -61,6 +61,7 @@ spotless {
61
62
tasks.jacocoTestReport {
63
reports {
64
- xml.isEnabled = true
+ xml.required.set(true)
65
+ html.required.set(false)
66
}
67
0 commit comments