Skip to content

Releases: GradleUp/shadow

v0.8

12 Jun 20:35
Compare
Choose a tag to compare
  • Changed Maven Group ID to com.github.jengelman.gradle.plugins
  • Published artifact to JCenter
  • Upgraded to Gradle 1.10
  • Main task renamed to be 'shadowJar' instead of 'shadow'. This was done so the task and extension namespace
    did not collide.
  • Changed default output location to be ${buildDir}/distributions instead of ${buildDir}/libs
  • Added support for class Relocation, thanks to Baron Roberts

v0.7.4

12 Jun 20:35
Compare
Choose a tag to compare
  • upgrade to Gradle 1.6 internally and remove use of deprecated methods.

v0.7.3

12 Jun 20:37
Compare
Choose a tag to compare
  • fix bad method call in the AppendingTransformer

v0.7.2

12 Jun 20:37
Compare
Choose a tag to compare
  • fix a bug that was preventing multiple includes/excludes in the artifactSet.
  • Fix bug in filtering
    shorthand style that caused filters to not be applied.

v0.7.1

12 Jun 20:38
Compare
Choose a tag to compare
  • fix the up-to-date bug where the shadow task wasn't executing after making a source change.
  • Changed the BinTray repo to Maven compatible instead of Ivy.

v0.7

12 Jun 20:38
Compare
Choose a tag to compare
  • Initial Release