Releases: GradleUp/shadow
Releases · GradleUp/shadow
v0.8
- 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
- upgrade to Gradle 1.6 internally and remove use of deprecated methods.
v0.7.3
- fix bad method call in the AppendingTransformer
v0.7.2
- 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
- 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
- Initial Release