Skip to content

Commit

Permalink
Fix usage of deprecated Report.setEnabled() method
Browse files Browse the repository at this point in the history
^KT-46019 In Progress
  • Loading branch information
Tapchicoma authored and Space committed Jul 4, 2022
1 parent 851f55e commit e902ae7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e902ae7

Please sign in to comment.