Skip to content

1.0.2

Compare
Choose a tag to compare
@johnrengelman johnrengelman released this 07 Jul 13:54
· 1130 commits to main since this release
  • Do not add an empty Class-Path attribute to the manifest when the shadow configuration contains no dependencies.
  • runShadow now registers shadowJar as an input. Previously, runShadow did not execute shadowJar and an error occurred.
  • Support Gradle 2.0 (Issue #66)
  • Do not override existing 'Class-Path' Manifest attribute settings from Jar configuration. Instead combine. (Issue #65)