Postpone some task configuration to execution phase

This commit is contained in:
Ilya Gorbunov
2017-10-23 01:41:49 +03:00
parent b1dcab886b
commit 40574949c7
3 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ task proguard(type: proguard.gradle.ProGuardTask) {
injars stripMetadata.outputs.files
outjars outputJarPath
libraryjars configurations.proguardDeps.files
libraryjars configurations.proguardDeps
libraryjars rtJar
configuration "${core}/reflection.jvm/reflection.pro"