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