Skip to content

Commit 4d8b9d1

Browse files
committed
fix(build): Improve jacocoTestReport task access
1 parent 8604953 commit 4d8b9d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tasks {
3232
}
3333

3434
test {
35-
finalizedBy(rootProject.tasks.jacocoTestReport)
35+
finalizedBy(jacocoTestReport)
3636
testLogging {
3737
events("passed", "skipped", "failed")
3838
}

0 commit comments

Comments
 (0)