From f211d2b0ba7b2e8e6c209ee251ce89d04c6fcc4f Mon Sep 17 00:00:00 2001 From: Uladzislau Date: Tue, 22 Aug 2023 15:46:45 +0200 Subject: [PATCH] Rebuild Signed-off-by: Uladzislau --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b4e012b50..1925fda06 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -244,7 +244,7 @@ val uiTest = task("uiTest") { events("passed", "skipped", "failed") } extensions.configure(KoverTaskExtension::class) { - // set to true to disable instrumentation of this task, + // Set to true to disable instrumentation of this task, // Kover reports will not depend on the results of its execution isDisabled.set(true) }