Skip to content

sbt-native-image v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 19:55

New features

  • Windows support (#9) @olafurpg. The native.yml example for GitHub Actions now uploads binaries for Linux, macOS and Windows in a single matrix.
  • Java 11 support for native-image (#9) @olafurpg

Breaking Changes

  • The default native-image JVM version is now graalvm-java11 instead of graalvm (Java 8). Set nativeImageJvm := "graalvm" to use Java 8 instead of Java 11. Note that this is not the JVM that is used to compile your project, it's only the JVM of the native-image binary.