Build: Disable caching for Test tasks until we are sure it is safe
#KT-37089
This commit is contained in:
@@ -386,6 +386,11 @@ allprojects {
|
||||
isReproducibleFileOrder = true
|
||||
}
|
||||
|
||||
tasks.withType<Test> {
|
||||
outputs.cacheIf { false }
|
||||
// https://youtrack.jetbrains.com/issue/KT-37089
|
||||
}
|
||||
|
||||
tasks {
|
||||
register("listArchives") { listConfigurationContents("archives") }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user