Use Task.doNotTrackState api
This api is faster replacement for 'task.outputs.upToDateWhen { false }'
approach.
^KT-52624 Fixed
This commit is contained in:
@@ -47,7 +47,7 @@ open class AggregateTest : Test() { // Inherit from Test to see test results in
|
||||
}
|
||||
|
||||
private fun subTaskConfigure(testTask: Test) {
|
||||
testTask.outputs.upToDateWhen { false }
|
||||
testTask.doNotTrackState("State is tracked by AggregateTest task")
|
||||
testTask.ignoreFailures = true
|
||||
testTask.filter {
|
||||
isFailOnNoMatchingTests = false
|
||||
|
||||
Reference in New Issue
Block a user