Build: Disable caching of test tasks
Until `KTI-464 Test tasks with failed tests are cached` is resolved
This commit is contained in:
+1
-1
@@ -503,7 +503,7 @@ allprojects {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<Test> {
|
tasks.withType<Test> {
|
||||||
outputs.doNotCacheIf("https://youtrack.jetbrains.com/issue/KTI-112") { !isTestDistributionEnabled() }
|
outputs.doNotCacheIf("https://youtrack.jetbrains.com/issue/KTI-112") { true }
|
||||||
}
|
}
|
||||||
|
|
||||||
normalization {
|
normalization {
|
||||||
|
|||||||
Reference in New Issue
Block a user