Skip to content

Commit 47393a6

Browse files
committed
Update syntax to remove warning
1 parent d7752e2 commit 47393a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ val reportXmlFile = "$rootJacocoDir/testCodeCoverageReport.xml"
1717

1818
reporting {
1919
reports {
20-
val testCodeCoverageReport by getting(JacocoCoverageReport::class) {
20+
named<JacocoCoverageReport>("testCodeCoverageReport") {
2121
testType.set(TestSuiteType.UNIT_TEST)
2222
}
2323
}

0 commit comments

Comments
 (0)