Skip to content

Releases: beryx/badass-jlink-plugin

badass-jlink-plugin-2.4.0

20 Jan 17:01
Compare
Choose a tag to compare
  • simplified Kotlin DSL (delegateClosureOf no longer needed)
  • improved PackageUseScanner
  • ASM dependencies relocated

badass-jlink-plugin-2.3.1

07 Jan 07:58
Compare
Choose a tag to compare
  • fix issue #20 (package is empty or does not exist)

badass-jlink-plugin-2.3.0

28 Dec 23:05
Compare
Choose a tag to compare
  • added the convenience property imageName, which allows setting the values of both imageDir and imageZip.
  • fixed an issue causing the "too many open files" failure.
  • there is no longer a -gradle4 flavor of the plugin. Both Gradle 5+ and Gradle 4.8+ are supported by the same version.

badass-jlink-plugin-2.2.1

16 Dec 15:44
Compare
Choose a tag to compare

Fixes issue #15 by using the following strategy to set the default value of the javaHome property:

  • if present, use the value of the badass.jlink.java.home system property
  • if present, use the value of the BADASS_JLINK_JAVA_HOME environment variable
  • if the java.home system property points to a JRE that contains javac, jar, and jlink, use its value
  • otherwise, use the value of the JAVA_HOME environment variable

badass-jlink-plugin-2.2.0

15 Dec 11:11
Compare
Choose a tag to compare
  • enhancement (issue #15): set the default value of the javaHomeproperty with the first non-empty value from:

    • the badass.jlink.java.home system property
    • the BADASS_JLINK_JAVA_HOME environment variable
    • the JAVA_HOME environment variable
  • fix issue #16

badass-jlink-plugin-2.1.9

14 Dec 12:57
Compare
Choose a tag to compare
  • fix issue with force merged multi-release jars

badass-jlink-plugin-2.1.8

07 Dec 15:43
Compare
Choose a tag to compare
  • fix issue #13: correctly handle dependencies with multiple artifacts

badass-jlink-plugin-2.1.7

03 Dec 09:33
Compare
Choose a tag to compare
  • fix issue #12: exclude signature files from merged module

badass-jlink-plugin-2.1.6

23 Nov 08:32
Compare
Choose a tag to compare
  • make script files executable

badass-jlink-plugin-2.1.5

16 Nov 08:52
Compare
Choose a tag to compare
  • check for moduleName in mainClassName