From 3b26a8d12cbad807d1161a704f02fbfe9292fcc6 Mon Sep 17 00:00:00 2001 From: Gregor Lohaus Date: Fri, 29 May 2026 10:40:03 +0200 Subject: [PATCH] pty4j meta --- build.gradle | 2 +- .../jprototerm/reachability-metadata.json | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/META-INF/native-image/com.gregor/jprototerm/reachability-metadata.json diff --git a/build.gradle b/build.gradle index fb3b7cf..3726e83 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ gluonfx { '-H:+UnlockExperimentalVMOptions', '-H:+ForeignAPISupport', '--enable-native-access=ALL-UNNAMED', - "-H:ConfigurationFileDirectories=${file('src/main/resources/META-INF/native-image/dev.jlibghostty/jlibghostty').absolutePath}".toString() + "-H:ConfigurationFileDirectories=${file('src/main/resources/META-INF/native-image/com.gregor/jprototerm').absolutePath}".toString() ] } diff --git a/src/main/resources/META-INF/native-image/com.gregor/jprototerm/reachability-metadata.json b/src/main/resources/META-INF/native-image/com.gregor/jprototerm/reachability-metadata.json new file mode 100644 index 0000000..7c23cb4 --- /dev/null +++ b/src/main/resources/META-INF/native-image/com.gregor/jprototerm/reachability-metadata.json @@ -0,0 +1,13 @@ +{ + "resources": [ + { + "glob": "com/sun/jna/**" + }, + { + "glob": "com/pty4j/native/**" + }, + { + "glob": "pty4j-native/**" + } + ] +}