Releases: infolektuell/gradle-jextract
Releases · infolektuell/gradle-jextract
Version 0.4.0
Version 0.3.0
Added
- Create changelog file for release notes
- The source set the generated sources are added to is now user-selectable via extension property,
main
is chosen by default. - Tasks became cacheable, so the downloaded Jextract archives and generated sources can be shared and re-used via build cache.
Changed
- Jextract is downloaded and installed to project build directory to avoid access conflicts for output files and directories in multi-project builds.
Version 0.2.1
Fixed
- Make DownloadTask compatible with configuration cache.
Version 0.2.0
Added
- Jextract tasks are parallelized for faster multi-lib builds.
- Arg files can be generated and used.
Fixed
- JDk 23 is understood correctly and Jextract 22 is used by default.
Removed
- Custom download location DSL is gone, the task can be configured directly.
Version 0.1.0
First functional release