Skip to content

Commit 88f522d

Browse files
authored
Fixed gradle warning
1 parent 1c55f20 commit 88f522d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ spotless {
6161

6262
tasks.jacocoTestReport {
6363
reports {
64-
xml.isEnabled = true
64+
xml.required.set(true)
65+
html.required.set(false)
6566
}
6667
}

0 commit comments

Comments
 (0)