Skip to content

2.4.0

Compare
Choose a tag to compare
@xvik xvik released this 16 Feb 17:23
· 58 commits to master since this release
  • Gradle 8 compatibility
  • Fix plugin-publish 1.0 compatibility for gradle 7.6 and above
    (older gradle versions should use plugin-publish 0.21)
  • (breaking) For gradle 7.6 and above use native gradle registration of javadoc sources tasks
    (withJavadocJar() and withSourcesJar()).
    Related changes:
    • javadoc jar always created (even if no sources)
    • groovydoc artifact not created (always javadoc)
      For gradle older 7.6 legacy behaviour preserved