Skip to content

Commit

Permalink
feat: add GraalVM support (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
klopfdreh committed Aug 7, 2024
1 parent bad3579 commit 04c6888
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"resources": {
"includes": [
{"pattern":".*libsnappyjava.dylib"},
{"pattern":".*libsnappyjava.so"},
{"pattern":".*libsnappyjava.dll"},
{"pattern":".*libsnappyjava.a"}
]
},
"bundles": []
}

0 comments on commit 04c6888

Please sign in to comment.