Build: Don't cache :kotlin-compiler:proguard
Requires to mark inputs of proguard task properly
This commit is contained in:
@@ -253,7 +253,6 @@ val proguard by task<ProGuardTask> {
|
|||||||
|
|
||||||
inputs.files(packCompiler.get().outputs.files.singleFile)
|
inputs.files(packCompiler.get().outputs.files.singleFile)
|
||||||
outputs.file(outputJar)
|
outputs.file(outputJar)
|
||||||
outputs.cacheIf { true }
|
|
||||||
|
|
||||||
libraryjars(mapOf("filter" to "!META-INF/versions/**"), proguardLibraries)
|
libraryjars(mapOf("filter" to "!META-INF/versions/**"), proguardLibraries)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user