how to enable *warn-on-refrection* globally when I use tools.deps?
leiningen has :global-vars but tools.deps seems don't have it
wow, thanks! it seems this is FAQ, so maybe it should be listed somewhere?
https://github.com/clj-easy/graal-docs is this a good place?
sure
thanks, I'll create PR after my work.
Thanks @conao3! Your tip has been merged!
Thanks for quick review/merge!
Hi, has anyone had success in running a native-image with the pomegranate library as a dependency? I ran into java.lang.NoSuchMethodException: org.eclipse.aether.internal.impl.DefaultRepositorySystem.<init>() trying to run the produced binary.
Probably a reflection issue or so