Releases: beryx/badass-jlink-plugin
Releases · beryx/badass-jlink-plugin
badass-jlink-plugin-2.4.0
- simplified Kotlin DSL (
delegateClosureOf
no longer needed) - improved PackageUseScanner
- ASM dependencies relocated
badass-jlink-plugin-2.3.1
- fix issue #20 (package is empty or does not exist)
badass-jlink-plugin-2.3.0
- added the convenience property
imageName
, which allows setting the values of bothimageDir
andimageZip
. - 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
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 containsjavac
,jar
, andjlink
, use its value - otherwise, use the value of the
JAVA_HOME
environment variable
badass-jlink-plugin-2.2.0
badass-jlink-plugin-2.1.9
- fix issue with force merged multi-release jars
badass-jlink-plugin-2.1.8
- fix issue #13: correctly handle dependencies with multiple artifacts
badass-jlink-plugin-2.1.7
- fix issue #12: exclude signature files from merged module
badass-jlink-plugin-2.1.6
- make script files executable
badass-jlink-plugin-2.1.5
- check for moduleName in mainClassName