cursive
cursive copied to clipboard
Dependencies in tool alias are not resolved
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:
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