From a0ad85e20d3c2b1e076af2447f0e9872526494a3 Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Mon, 18 Jan 2021 19:15:33 +0300 Subject: [PATCH] Build: Disable caching of test tasks Until `KTI-464 Test tasks with failed tests are cached` is resolved --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 971679c1dc2..7e7c53af5b7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -503,7 +503,7 @@ allprojects { } tasks.withType { - outputs.doNotCacheIf("https://youtrack.jetbrains.com/issue/KTI-112") { !isTestDistributionEnabled() } + outputs.doNotCacheIf("https://youtrack.jetbrains.com/issue/KTI-112") { true } } normalization {