Skip to content

Commit f0d794c

Browse files
committed
fmt commit
1 parent 98c51e7 commit f0d794c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ tasks.jacocoTestReport {
8888
dependsOn(tasks.test) // ensure tests run first
8989

9090
reports {
91-
xml.required.set(true) // for CI tools
92-
html.required.set(true) // this is the index.html you want
91+
xml.required.set(true) // for CI tools
92+
html.required.set(true) // this is the index.html you want
9393
csv.required.set(false)
9494
}
9595
}

0 commit comments

Comments
 (0)