Skip to content

Changelog

Version 1.2.0

Breaking

  • Upgraded required JRE and Gradle versions for the plugin:
    • Requires Java 21 or higher, was Java 17 before.
    • Requires Gradle 8.5 or above that is compatible with Java 21.
    • This doesn’t affect Java toolchains.

Changed

  • The code has been migrated to Java to get rid of the Kotlin dependency. This shouldn’t be a breaking change.
  • If the plugin finds a cached version of a file to be downloaded, its validity is checked by comparing its checksum with that of the download resource.
  • The JextractStore build service loads the distribution data once when it is created.