mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 00:07:05 +05:30
fix(gradle): re-enable Test
state tracking
This commit is contained in:
parent
fdc9ae8968
commit
4e872bfa4a
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,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…
Add table
Add a link
Reference in a new issue