Build: Ignore META-INF/MANIFEST.MF from classpath normalization
We are writing build numbers there which breaks caching
This commit is contained in:
@@ -390,6 +390,12 @@ allprojects {
|
||||
outputs.doNotCacheIf("https://youtrack.jetbrains.com/issue/KT-37089") { true }
|
||||
}
|
||||
|
||||
normalization {
|
||||
runtimeClasspath {
|
||||
ignore("META-INF/MANIFEST.MF")
|
||||
}
|
||||
}
|
||||
|
||||
tasks {
|
||||
register("listArchives") { listConfigurationContents("archives") }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user