From 5639dc79e051de98a9eb56c8231ba54f9936474e Mon Sep 17 00:00:00 2001 From: solohsu Date: Thu, 21 Mar 2019 23:11:40 +0800 Subject: [PATCH] Use yahfa as default backend --- edxp-core/build.gradle | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/edxp-core/build.gradle b/edxp-core/build.gradle index e7fb4951..b8027f91 100644 --- a/edxp-core/build.gradle +++ b/edxp-core/build.gradle @@ -96,6 +96,14 @@ afterEvaluate { } } } + + // backward compatible + task("zip${variantCapped}") { + dependsOn "zipYahfa${variantCapped}" + } + task("push${variantCapped}") { + dependsOn "pushYahfa${variantCapped}" + } } } \ No newline at end of file