From fc2161c2a691dc6d4d44489d04a87eba1f9d58ae Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Tue, 25 Feb 2020 19:17:02 +0300 Subject: [PATCH] Build: Don't cache :kotlin-compiler:proguard Requires to mark inputs of proguard task properly --- prepare/compiler/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/prepare/compiler/build.gradle.kts b/prepare/compiler/build.gradle.kts index 1199b1acd99..21299f8a9e7 100644 --- a/prepare/compiler/build.gradle.kts +++ b/prepare/compiler/build.gradle.kts @@ -253,7 +253,6 @@ val proguard by task { inputs.files(packCompiler.get().outputs.files.singleFile) outputs.file(outputJar) - outputs.cacheIf { true } libraryjars(mapOf("filter" to "!META-INF/versions/**"), proguardLibraries)