From a0aa0106e9e4276426b251265b3e4d30e81a6cf5 Mon Sep 17 00:00:00 2001 From: Kai Hudalla Date: Wed, 11 Oct 2023 06:21:42 +0200 Subject: [PATCH] [#3547] Fix native build of CLI Added missing JNA library required for determining terminal type during runtime. See https://github.com/jline/jline3/issues/818 --- cli/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cli/pom.xml b/cli/pom.xml index 80d59879d3..5bda67d9de 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -100,6 +100,10 @@ picocli-shell-jline3 4.7.4 + + net.java.dev.jna + jna + org.fusesource.jansi jansi @@ -179,6 +183,7 @@ true hono-cli-build.properties + --initialize-at-run-time=org.jline.nativ.JLineLibrary