v0.3.0
💥 Breaking Changes
-
jextractreplaced the-doption for specifying the output directory with the--outputoption (see openjdk/jextract@3cacab0). Starting with this release (0.3.0),gradle-jextractwill only work with versions ofjextractexpecting the--outputoption. -
In JDK 19+ all classes from
jdk.incubator.foreignwere moved intojava.lang.foreignan marked as a preview feature. Starting with this release (0.3.0),gradle-jextractwill only work with JDK 19+ and use--enable-previewinstead of--add-modules jdk.incubator.foreign.
Full Changelog: 0.2.7...0.3.0