Skip to content Version 1.3.0
Added
- This release primarily contains features for better interoperability with Jlink and Jpackage.
- The plugin registers a task that can create JMOD archives containing compiled classes and resources, C headers, and native binaries. The JMOD is exposed as a secondary variant, so it can be consumed by other projects.
- Added better support for testing and running projects where binaries are loaded from the library search path. This can also be useful for linking the artifact into a custom runtime image or native application.
Improvements
- The occurrence order of this plugin and Java plugins in the build script doesn’t matter under any circumstances. A Java plugin could even be omitted in the build script.
- Removed an occurrence of eager configuration.
- Consolidated the plugin’s implementation.
- Added missing Javadoc comments
- Updated example project to reflect the plugin features