- Re-organize some code to remove need for forcing the Gradle API ClassLoader to allow the
org.apache.tools.zip
package. - Upgrade JDOM library from 1.1 to 2.0.5 (change dependency from
jdom:jdom:1.1
toorg.jdom:jdom2:2.0.5
) (Issue #98) - Convert ShadowJar.groovy to ShadowJar.java to workaround binary incompatibility introduced by Gradle 2.2 (Issue #106)
- Updated ASM library to
5.0.3
to support JDK8 (Issue #97) - Allows for regex pattern matching in the
dependency
string when including/excluding (Issue #83) - Apply package relocations to resource files (Issue #93)