pty4j meta
This commit is contained in:
@@ -29,6 +29,7 @@ gluonfx {
|
|||||||
'-H:+UnlockExperimentalVMOptions',
|
'-H:+UnlockExperimentalVMOptions',
|
||||||
'-H:+ForeignAPISupport',
|
'-H:+ForeignAPISupport',
|
||||||
'--enable-native-access=ALL-UNNAMED',
|
'--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()
|
"-H:ConfigurationFileDirectories=${file('src/main/resources/META-INF/native-image/com.gregor/jprototerm').absolutePath}".toString()
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"resources": {
|
||||||
|
"includes": [
|
||||||
|
{
|
||||||
|
"pattern": "com/sun/jna/.*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "com/pty4j/native/.*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "pty4j-native/.*"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user