Fork me on GitHub
#graalvm
<
2021-09-01
>
Asko Nōmm01:09:37

Hi! I get "--initialize-at-build-time without arguments has been deprecated and will be removed in GraalVM 22.0." when running GraalVM on a uberjar, but when I removed it then it compiles a binary that doesn't find anything on the classpath. I tried googling for what those arguments would be that it needs, but to no avail. Does anyone have any experience with this here?

ericdallo01:09:12

That's required for clojure ATM, @U04V15CAJ has a workaround that should remove the warning and work for future Graalvm releases

Asko Nōmm02:09:57

Ah so I have to specify all of the packages like that, gotcha! Thank you @U7RJTCH6J, that helps immensely :)

👍 2
borkdude07:09:53

I’m going to publish this logic as a small lib soon, so I can use it in my own projects

🎉 6