mirror of
https://github.com/MinimalBible/jsword-minimalbible
synced 2024-11-22 07:58:20 -05:00
Remove icu4j from build, cuts JAR size in half
This commit is contained in:
parent
053283e3a8
commit
584c9314f7
@ -86,7 +86,7 @@
|
||||
<exclude name="**/*.java" />
|
||||
<exclude name="**/*.html" />
|
||||
</fileset>
|
||||
<zipgroupfileset dir="${jsword-dependencydir}" includes="*.jar" excludes="junit-*.jar, hamcrest-*.jar, jarjar-*.jar" />
|
||||
<zipgroupfileset dir="${jsword-dependencydir}" includes="*.jar" excludes="junit-*.jar, hamcrest-*.jar, jarjar-*.jar, icu4j-*.jar" />
|
||||
<rule pattern="org.apache.http.**" result="org.apache.shaded.http.@1" />
|
||||
</jarjar>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user