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/**" + } + ] +}