graalvm 2024-08-07

how to enable *warn-on-refrection* globally when I use tools.deps? leiningen has :global-vars but tools.deps seems don't have it

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