fix(build-logic): re-enable Test task state tracking
This commit is contained in:
parent
d25635500d
commit
06f8aea595
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ class KotlinCommonPlugin : Plugin<Project> {
|
|||
withType<Test>().configureEach {
|
||||
maxParallelForks = Runtime.getRuntime().availableProcessors() * 2
|
||||
testLogging { events(TestLogEvent.PASSED, TestLogEvent.SKIPPED, TestLogEvent.FAILED) }
|
||||
doNotTrackState("We want tests to always run even if Gradle thinks otherwise")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue