Skip to content

Releases: beryx/badass-jlink-plugin

badass-jlink-plugin-1.4.0

24 Aug 22:51
Compare
Choose a tag to compare
  • split createMergedModule in two tasks

badass-jlink-plugin-1.3.0

24 Aug 15:06
Compare
Choose a tag to compare
  • split jlink in several tasks
  • refactoring

badass-jlink-plugin-1.2.2

21 Aug 09:01
Compare
Choose a tag to compare
  • validate package names

badass-jlink-plugin-1.2.1

18 Aug 21:41
Compare
Choose a tag to compare
  • use ModuleFinder to get the module name of a jar

badass-jlink-plugin-1.2.0

18 Aug 10:54
Compare
Choose a tag to compare
  • 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

15 Aug 15:16
Compare
Choose a tag to compare
  • make beforeZip optional

badass-jlink-plugin-1.1.2

14 Aug 15:34
Compare
Choose a tag to compare
  • include image directory in imageZip

badass-jlink-plugin-1.1.1

14 Aug 14:53
Compare
Choose a tag to compare
  • set executable permissions for files in the bin directory

badass-jlink-plugin-1.1.0

14 Aug 12:22
Compare
Choose a tag to compare

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

29 Jun 16:16
Compare
Choose a tag to compare
  • fix module-path in compileModuleInfo()