cursive icon indicating copy to clipboard operation
cursive copied to clipboard

Dependencies in tool alias are not resolved

Open msolli opened this issue 1 year ago • 1 comments

I have project with a tools alias defined something like this:

{:deps {}
 :aliases
 {:build {:deps       {io.github.clojure/tools.build {:git/tag "v0.10.3" :git/sha "15ead66"}
                       my-dep/my-dep                 {:local/root "../my-dep"}}
          :ns-default build}}}

It seems Cursive won't resolve the my-dep dependency: Skjermbilde 2024-08-09 kl  10 11 29

Is it something I've done wrong, or is this a bug?

There is a repro project here: https://github.com/msolli/cursive-deps-repro-2024-08

msolli avatar Aug 09 '24 08:08 msolli