Fix usage of deprecated Report.setEnabled() method
^KT-46019 In Progress
This commit is contained in:
+2
-2
@@ -239,9 +239,9 @@ open class KotlinTestReport : TestReport() {
|
||||
task.ignoreRunFailures = true
|
||||
}
|
||||
|
||||
task.reports.html.isEnabled = false
|
||||
task.reports.html.required.set(false)
|
||||
|
||||
task.reports.junitXml.isEnabled = false
|
||||
task.reports.junitXml.required.set(false)
|
||||
}
|
||||
|
||||
private class SuppressedTestRunningFailureListener(
|
||||
|
||||
Reference in New Issue
Block a user