Closed markx closed 1 year ago
Mmm, I fixed it in a certain way, it would work, but I'm not satisfied with it so I've cancelled the 1.18.3 release that was being created
Enrich 1.18.4 should be available within an hour, and will also be included in CIDER within two hours.
If you're using Makefiles, it's enough to bump manually: https://github.com/clojure-emacs/enrich-classpath/blob/92bc201fd19bb4adbcec73637fca0c685a6844e3/examples/Makefile#L33C1-L33C1
Thanks for the report!
Cheers - V
Hi,
I tried the makefile and using
DEPS_MAIN_OPTS
to specify an alias that configures jvm-opts, something like:jvm-opts ["-XstartOnFirstThread"]
.After running
make
I inspected the.enrich-classpath-deps-repl
file and the-XstartOnFirstThread
was missing.Looks like this works correctly for lein, so it's only an issue for tools.deps.