pty4j meta

This commit is contained in:
Gregor Lohaus
2026-05-29 10:40:03 +02:00
parent f545375957
commit 3b26a8d12c
2 changed files with 14 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ gluonfx {
'-H:+UnlockExperimentalVMOptions', '-H:+UnlockExperimentalVMOptions',
'-H:+ForeignAPISupport', '-H:+ForeignAPISupport',
'--enable-native-access=ALL-UNNAMED', '--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()
] ]
} }

View File

@@ -0,0 +1,13 @@
{
"resources": [
{
"glob": "com/sun/jna/**"
},
{
"glob": "com/pty4j/native/**"
},
{
"glob": "pty4j-native/**"
}
]
}