Revert "[Build] Temporary disable hmpp metadata tasks with CoCa"
This reverts commit e42bed07fa.
This commit is contained in:
committed by
Space Team
parent
8d41c87b6b
commit
6f8422eab3
@@ -185,15 +185,3 @@ 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