Discuss GraalVM related topics. Use clojure 1.10.2 or newer for all new projects. Contribute to https://github.com/clj-easy/graal-docs and https://github.com/BrunoBonacci/graalvm-clojure. GraalVM slack: https://www.graalvm.org/slack-invitation/.
jrwdunham 2020-03-27T04:55:51.010100Z
Does anybody know if it is possible to include the contents of my project's resources/ directory in my Graal native image? Seems like "-H:IncludeResources='.*'" might be relevant.