hono
hono copied to clipboard
Create and distribute native executable of CLI
The command line client is currently built and distributed as an uber-jar which requires a locally installed JVM to be run. Quarkus already allows us to create a native executable from the jar file so it should be fairly easy to extend the release build process with an additional step and copy the native executable to the Eclipse download server.