tools-deps 2024-06-03

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

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

👍 1

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