Skip to content

v0.8

Compare
Choose a tag to compare
@johnrengelman johnrengelman released this 12 Jun 20:35
· 1263 commits to main since this release
  • 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