From f523a73cc2ff881f2080640b91600d33e74dff2e Mon Sep 17 00:00:00 2001 From: fangdong sun Date: Mon, 8 Aug 2016 12:56:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E6=B5=8B=E8=AF=95=EF=BC=88ap?= =?UTF-8?q?plet=EF=BC=89--11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 37d566a5b0..50b83419f1 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ tasks.withType(JavaCompile){ options.encoding = 'UTF-8' } -task appletJar{ +task appletJar<<{ ant{