Releases: beryx/badass-jlink-plugin
Releases · beryx/badass-jlink-plugin
badass-jlink-plugin-1.4.0
- split createMergedModule in two tasks
badass-jlink-plugin-1.3.0
- split jlink in several tasks
- refactoring
badass-jlink-plugin-1.2.2
- validate package names
badass-jlink-plugin-1.2.1
- use ModuleFinder to get the module name of a jar
badass-jlink-plugin-1.2.0
- allow specifying jlink options
- allow handling modular jars as non-modular (forceMerge)
- fix dependency problems (add DependencyManager)
- ignore .class files found in META-INF when constructing the list of exported packages
- log jlink and javac output
badass-jlink-plugin-1.1.3
- make beforeZip optional
badass-jlink-plugin-1.1.2
- include image directory in imageZip
badass-jlink-plugin-1.1.1
- set executable permissions for files in the bin directory
badass-jlink-plugin-1.1.0
New extension properties:
- imageZip: the zip file containing the custom runtime image
- beforeZip: closure wth actions to be performed after excuting jlink and before creating the imageZip
badass-jlink-plugin-1.0.2
- fix module-path in compileModuleInfo()