Skip to content

Releases: beryx/badass-runtime-plugin

badass-runtime-plugin-1.7.0

08 Oct 07:51
Compare
Choose a tag to compare
  • adjustments for build 14-jpackage+1-49 (2019/10/2)

badass-runtime-plugin-1.6.1

02 Oct 09:30
Compare
Choose a tag to compare
  • fix: Remove the appImageDir input from JPackageTask
  • issue #35: check if the jmods dir exists
  • adjust CLASSPATH in unixScriptTemplate.txt
  • remove unused properties from RuntimeTaskData

badass-runtime-plugin-1.6.0

25 Sep 20:15
Compare
Choose a tag to compare
  • fix issue #33: duplicate data in runtime image and application image
  • fix issue #31: jpackage fails if neither appVersion nor version is set
  • fix: Make resource directory argument truly optional

badass-runtime-plugin-1.5.1

16 Sep 21:55
Compare
Choose a tag to compare
  • fix issue #27: Can't execute image launch script: Line too long

badass-runtime-plugin-1.5.0

16 Sep 21:01
Compare
Choose a tag to compare
  • feat: provide an --app-version option to jpackage
  • fix: Use proper executable extension for jpackage
  • style: Fix code formatting

Many thanks to @DJViking!

badass-runtime-plugin-1.4.0

12 Sep 21:57
Compare
Choose a tag to compare
  • fix #15: Missing executable bit on start script in zip archive
  • fix #19: Missing installerOptions on jpackageImage task
  • fix default installerTypes
  • provide an --resource-dir option to jpackage

Many thanks to @DJViking , @msgilligan , @asyd and @tomas-pluskal for contributing to this release!

badass-runtime-plugin-1.3.1

03 Sep 22:00
Compare
Choose a tag to compare

Many thanks to @msgilligan for providing PRs for the following issues:

  • Fix default installerTypes on macOS, Linux
  • provide an --identifier option to jpackage

badass-runtime-plugin-1.3.0

09 Aug 16:47
Compare
Choose a tag to compare
  • new jpackageproperties: mainJar and mainClass
  • fix issue #13: allow custom distDir with jpackage

badass-runtime-plugin-1.2.1

18 Jul 09:45
Compare
Choose a tag to compare
  • allow spaces in --java-options arguments
  • use immutable properties

badass-runtime-plugin-1.2.0

30 Jun 17:37
Compare
Choose a tag to compare

This release adds support for creating platform-specific installers with the jpackage tool introduced in JDK 14.