[Build] Revert workaround introduced in ca2051e1
This commit is contained in:
committed by
Space
parent
feccc5785f
commit
a02fe31fd5
+6
-10
@@ -580,16 +580,12 @@ allprojects {
|
|||||||
outputs.doNotCacheIf("https://youtrack.jetbrains.com/issue/KTI-112") { true }
|
outputs.doNotCacheIf("https://youtrack.jetbrains.com/issue/KTI-112") { true }
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isConfigurationCacheDisabled) {
|
normalization {
|
||||||
// Custom input normolization isn't supported by configuration cache at the moment
|
runtimeClasspath {
|
||||||
// See https://github.com/gradle/gradle/issues/13706
|
ignore("META-INF/MANIFEST.MF")
|
||||||
normalization {
|
ignore("META-INF/compiler.version")
|
||||||
runtimeClasspath {
|
ignore("META-INF/plugin.xml")
|
||||||
ignore("META-INF/MANIFEST.MF")
|
ignore("kotlin/KotlinVersionCurrentValue.class")
|
||||||
ignore("META-INF/compiler.version")
|
|
||||||
ignore("META-INF/plugin.xml")
|
|
||||||
ignore("kotlin/KotlinVersionCurrentValue.class")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user