Fork me on GitHub
#tools-deps
<
2023-02-16
>
dpsutton15:02:48

Is it possible for an alias to remove from :paths? Idea would be to create a jar and then use the jar rather than the source paths during testing. Making test startup faster, actually testing the artifact, etc.

Alex Miller (Clojure team)16:02:47

you can use -Scp to override everything and specify the classpath, not sure if that helps?

dpsutton16:02:02

that’s a great point. the classpath becomes quite simple in this scenario. thanks alex

borkdude19:02:29

but you can :replace-paths in an alias

🙏 2
borkdude19:02:49

(aka just :paths currently, I think?)

Alex Miller (Clojure team)19:02:47

Either is fine, they are treated as synonyms