tools-deps

bbloom 2024-06-03T03:33:07.897269Z

If I'm using a localdir/ dependency, is that supposed to respect the resources paths specified in the dependency's own deps.edn file? as far as i can tell, it doesn't. am i holding it wrong?

Alex Miller (Clojure team) 2024-06-03T03:34:53.464849Z

yes, but defined how?

Alex Miller (Clojure team) 2024-06-03T03:35:05.914149Z

clj -Spath can tell you the compute path, maybe helpful to debug

bbloom 2024-06-03T03:38:13.595389Z

thanks! was able to experiment much more quickly with that and got it working

👍 1
bbloom 2024-06-03T03:38:44.250439Z

i had :resource-paths ["resources"] in the library instead of adding "resources" to :paths