From 56f292b791c5caa462e7dab2020279dfa6ca28cb Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Tue, 25 Oct 2016 01:48:59 +0800 Subject: [PATCH] compress="no" seems to allow for much better zip/xz compression rates (~30% better) of jar files --- build.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 0fda49d1..bb644f72 100644 --- a/build.xml +++ b/build.xml @@ -124,7 +124,7 @@ - + @@ -903,8 +903,13 @@ - - + + + + + + +