Skip to content

Build from classpath

Compare
Choose a tag to compare
@taylorwood taylorwood released this 27 May 22:19
· 22 commits to master since this release

Added

  • :opts vector to :native-image to specify native-image CLI arguments
  • example projects for CLI command and HTTP server

Changed

  • compile all sources and call native-image with classpath, instead of building uberjar
  • native-image flag ReportUnsupportedElementsAtRuntime no longer enabled by default

Fixed

  • replace - with _ in :main class names when calling native-image