Fork me on GitHub
#tools-deps
<
2022-08-28
>
zane01:08:57

There’s no way to set the .m2 location via an environment variable, is there? Just :mvn/local-repo?

Ben Sless07:08:22

It's still not possible to set via alias, right?

practicalli-johnny10:08:08

Ben, unless something has changed recently then :mvn/local-repo is a top-level key and not usable in an alias. The value of this key could be set on the command line when running a REPL or other tasks clojure -Sdeps '{:mvn/local-repo ".cache/temp-deps"}'

👍 2
Ben Sless10:08:27

That's what I've been doing until now, I just recall some time ago discussing it with Alex. Wondered if things changed since