this is really a problem in deps.edn, which cannot successfully pass the jvm-opts with spaces in it due to bash word splitting
same issue as https://clojure.atlassian.net/browse/TDEPS-56 (I don't think I have one specifically for jvm-opts, but same thing)
Thanks for the info, Alex. I added a link to the Cursive ticket
👋 im having an issue with dependency resolution. I am trying to import an existing project into cursive, that has a project.clj with some profiles. One of the profiles has :local-repo "local-m2"
set. If i comment out that line, everything imports fine, but with it, i am getting Dependency resolution error...Failed to collect dependencies at...
. Has anyone else seen this issue, or know of some setup step I may be missing?
No, there have been some historical problems with this, but I think it should all work in newer versions. I’ll try to find some time to test this shortly.
ok thanks, let me know if theres any info i can provide to help debug