clj-easy / graal-build-time

Initialize Clojure classes at build time with GraalVM native-image
MIT License
130 stars 5 forks source link

build: use recommended GraalVM lib #37

Closed lread closed 4 months ago

lread commented 4 months ago

In the spirit of being a good example to others, switch from the internal GraalVM maven dep org.graalvm.nativeimage/svm to the public GraalVM SDK maven dep org.graalvm.sdk/nativeimage. And bump to current.

Closes #36