hono icon indicating copy to clipboard operation
hono copied to clipboard

Create and distribute native executable of CLI

Open sophokles73 opened this issue 3 years ago • 0 comments

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.

sophokles73 avatar Jul 25 '22 09:07 sophokles73