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 2e08c59 commit a7af711Copy full SHA for a7af711
plugins/gradle-extensions-plugin/src/main/kotlin/com/github/vlsi/gradle/test/dsl/PrintTestResults.kt
@@ -57,7 +57,7 @@ private fun StyledTextBuilder.appendTestName(name: String) {
57
}
58
59
60
-fun Test.printTestResults(
+fun AbstractTestTask.printTestResults(
61
slowTestLogThreshold: Long = project.props.long("slowTestLogThreshold", 2000L),
62
slowSuiteLogThreshold: Long = project.props.long("slowSuiteLogThreshold", 0L),
63
enableColor: Boolean = !project.props.bool("nocolor",
0 commit comments