Fix usage of deprecated Report.setEnabled() method

^KT-46019 In Progress
This commit is contained in:
Yahor Berdnikau
2022-06-27 18:40:55 +02:00
committed by Space
parent 851f55e9ec
commit e902ae7c09
@@ -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(