提交 a0ad85e2 编写于 作者: V Vyacheslav Gerasimov

Build: Disable caching of test tasks

Until `KTI-464 Test tasks with failed tests are cached` is resolved
上级 284d42fd
......@@ -503,7 +503,7 @@ allprojects {
}
tasks.withType<Test> {
outputs.doNotCacheIf("https://youtrack.jetbrains.com/issue/KTI-112") { !isTestDistributionEnabled() }
outputs.doNotCacheIf("https://youtrack.jetbrains.com/issue/KTI-112") { true }
}
normalization {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册