Build: Disable caching of Test tasks with doNotCacheIf
This commit is contained in:
+1
-2
@@ -387,8 +387,7 @@ allprojects {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<Test> {
|
tasks.withType<Test> {
|
||||||
outputs.cacheIf { false }
|
outputs.doNotCacheIf("https://youtrack.jetbrains.com/issue/KT-37089") { true }
|
||||||
// https://youtrack.jetbrains.com/issue/KT-37089
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
|
|||||||
Reference in New Issue
Block a user