Skip to content

Releases: beryx/badass-jlink-plugin

v3.2.1

29 Jan 23:48
804db42

Choose a tag to compare

v3.2.0

20 Dec 06:32
c3e5bab

Choose a tag to compare

What's Changed

Full Changelog: v3.1.4...v3.2.0

v3.1.4-rc

28 Sep 11:43
b602f9d

Choose a tag to compare

v3.1.4-rc Pre-release
Pre-release

What's Changed

  • Add compatibility with Temurin JDK 25 (JEP 493)
  • Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #309
  • Bump org.kohsuke:github-api from 1.327 to 1.329 by @dependabot[bot] in #307
  • Bump org.asciidoctor.jvm.convert from 4.0.4 to 4.0.5 by @dependabot[bot] in #310
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #308
  • Bump org.kohsuke:github-api from 1.329 to 1.330 by @dependabot[bot] in #312
  • Bump com.github.ben-manes.versions from 0.52.0 to 0.53.0 by @dependabot[bot] in #313

Full Changelog: v3.1.3...v3.1.4-rc

v3.1.3

28 Sep 11:40
f17f33f

Choose a tag to compare

Full Changelog: v3.1.2...v3.1.3

v3.1.2

03 Aug 03:45
df40107

Choose a tag to compare

This release adds Gradle 9 compatibiblity.

v3.1.1

22 Nov 13:49

Choose a tag to compare

  • fix #282: 3.1.0 is released but not published
  • fix #279: Module name cannot be determined if module declaration is annotated

v3.1.0

11 Nov 12:47

Choose a tag to compare

no changes since v3.1.0-rc-1

v3.1.0-rc-1

05 Nov 16:42

Choose a tag to compare

v3.1.0-rc-1 Pre-release
Pre-release
  • release Java 23 compatible version #275
  • secondary Launcher fails with application main class missing in Kotlin DSL #244
  • Apply plugin in multi project gradle configure error #265

v3.0.1

26 Oct 01:47

Choose a tag to compare

  • Bump asm to 9.6
  • Fix jpackageImage and jpackage task inputs

badass-jlink-plugin-3.0.0

25 Sep 02:11

Choose a tag to compare

  • Support Java 21 (#238)
  • Minimum JDK is now 17 and Gradle is 7.4
  • Fix incorrect jpackage/jpackageImage inputs/outputs (#237)
  • Read module-info.class anywhere in jar file (#224)
  • Do not require mainClass and moduleName to be set in secondaryLauncher (#213)
  • Added iconOpts to the jpackage commandline (#235) by @showbags
  • Replace deprecated API usages
  • Remove unnecessary plugin dependencies