From 06f8aea5957b5c8b99be3c9c17a2a6d105d83548 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 25 Nov 2022 01:22:01 +0530 Subject: fix(build-logic): re-enable Test task state tracking --- .../src/main/kotlin/app/passwordstore/gradle/KotlinCommonPlugin.kt | 1 - 1 file changed, 1 deletion(-) (limited to 'build-logic') diff --git a/build-logic/kotlin-plugins/src/main/kotlin/app/passwordstore/gradle/KotlinCommonPlugin.kt b/build-logic/kotlin-plugins/src/main/kotlin/app/passwordstore/gradle/KotlinCommonPlugin.kt index f37e427d..763b37d3 100644 --- a/build-logic/kotlin-plugins/src/main/kotlin/app/passwordstore/gradle/KotlinCommonPlugin.kt +++ b/build-logic/kotlin-plugins/src/main/kotlin/app/passwordstore/gradle/KotlinCommonPlugin.kt @@ -53,7 +53,6 @@ class KotlinCommonPlugin : Plugin { withType().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") } } } -- cgit v1.2.3