[Build] Temporary disable hmpp metadata tasks with CoCa
Should be reverted when KT-49933 is resolved #KT-44611 In Progress
This commit is contained in:
@@ -178,3 +178,15 @@ afterEvaluate {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!isConfigurationCacheDisabled) {
|
||||||
|
tasks.matching {
|
||||||
|
it is org.jetbrains.kotlin.gradle.tooling.BuildKotlinToolingMetadataTask
|
||||||
|
|| it is org.jetbrains.kotlin.gradle.plugin.mpp.GenerateProjectStructureMetadata
|
||||||
|
|| it is org.jetbrains.kotlin.gradle.plugin.mpp.TransformKotlinGranularMetadata
|
||||||
|
}.configureEach {
|
||||||
|
onlyIf {
|
||||||
|
logger.warn("Task '$name' is disabled due to incompatibility with configuration cache. KT-49933")
|
||||||
|
false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user