pty4j meta

This commit is contained in:
Gregor Lohaus
2026-05-29 10:43:04 +02:00
parent 3b26a8d12c
commit c9fb8b5f0a
2 changed files with 16 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ gluonfx {
'-H:+UnlockExperimentalVMOptions',
'-H:+ForeignAPISupport',
'--enable-native-access=ALL-UNNAMED',
'-H:IncludeResources=com/sun/jna/.*|com/pty4j/native/.*|pty4j-native/.*',
"-H:ConfigurationFileDirectories=${file('src/main/resources/META-INF/native-image/com.gregor/jprototerm').absolutePath}".toString()
]
}

View File

@@ -0,0 +1,15 @@
{
"resources": {
"includes": [
{
"pattern": "com/sun/jna/.*"
},
{
"pattern": "com/pty4j/native/.*"
},
{
"pattern": "pty4j-native/.*"
}
]
}
}