Releases: beryx/badass-jlink-plugin
Releases · beryx/badass-jlink-plugin
v3.2.1
v3.2.0
What's Changed
- Bump org.ow2.asm:asm from 9.8 to 9.9 by @dependabot[bot] in #317
- Bump com.gradle.plugin-publish from 1.3.1 to 2.0.0 by @dependabot[bot] in #311
- Bump gradle/actions from 4 to 5 by @dependabot[bot] in #316
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #319
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #318
- Bump org.ow2.asm:asm from 9.9 to 9.9.1 by @dependabot[bot] in #322
- Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #321
- Fix/323 by @xzel23 in #325
Full Changelog: v3.1.4...v3.2.0
v3.1.4-rc
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
Full Changelog: v3.1.2...v3.1.3
v3.1.2
v3.1.1
v3.1.0
v3.1.0-rc-1
v3.0.1
- Bump asm to 9.6
- Fix
jpackageImageandjpackagetask inputs
badass-jlink-plugin-3.0.0
- 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