Skip to content

Byte Buddy 1.18.13

Latest

Choose a tag to compare

@raphw raphw released this 02 Sep 10:31
· 2 commits to master since this release
  • Actually include the SBOM within the published artifacts.
  • Avoid propagation of path traversals that are contained in jar files which are copied without transformation.
  • Avoid repeated traversal of previously visited type hierarchies to improve performance.
  • Correct Kotlin support of the Gradle plugin to redirect the classes directory of a source set while retaining support for legacy Gradle versions.
  • Create Gradle tasks using Gradle's task registration API if available.