Skip to content

Releases: graalvm/native-build-tools

0.9.2

12 Jul 14:24
Compare
Choose a tag to compare

This release contains:

  • Revamped Gradle plugin that is now a lot more idiomatic.
  • Fixes for several issues regarding JUnit testing.
  • Removal of Test Discovery mode from the Maven plugin.
  • Fix for Maven creating empty test images when no tests are present.
  • Added support for Kotlin tests in Gradle.

In addition to those improvements, several behind-the-scenes changes were made in order to ensure better compatibility moving forward:

  • Test coverage has been greatly improved for all subprojects.
  • Build tooling for this repository has been improved significantly.

Note that there has been a breaking change in the Gradle plugin - persistConfig configuration option was removed.
Using said option will cause existing builds to break, so users are advised to remove it from their configuration prior to upgrading.
System property -DpersistConfig will have no effect going forward.

Related PRs: #71, #78, #87, #89, #91, #94, #95, #96

All artifacts are available on the Maven Central.

0.9.1

29 Jun 13:46
Compare
Choose a tag to compare

This release contains:

  • Fixes for most of the known issues regarding Gradle and Maven plugins
  • Massively improved automatic JUnit support as well as initial JUnit Vintage support
  • Improved JavaDoc and tests for the Gradle plugin

Related PRs: #46, #47, #59, #60, #63, #68, #69, #72, #74, #79, #80

All artifacts are available on the Maven Central.

0.9.0

15 Jun 16:20
a16d778
Compare
Choose a tag to compare

Initial release