Skip to content

1.0.0

Compare
Choose a tag to compare
@johnrengelman johnrengelman released this 27 Jun 19:41
· 1175 commits to main since this release
  • Previously known as v0.9.0
  • All changes from 0.9.0-M1 to 0.9.0-M5
  • Properly configure the ShadowJar task inputs to observe the include/excludes from the dependencies block. This
    allows UP-TO-DATE checking to work properly when changing the dependencies rules (Issue #54)
  • Apply relocation remappings to classes and imports in source project (Issue #55)
  • Do not create directories in jar for source of remapped class, created directories in jar for destination of remapped classes (Issue #53)