Fork me on GitHub
#tools-deps
<
2018-10-20
>
lilactown00:10:27

I run clj -Stree to do that

richiardiandrea05:10:55

Silly question: when clojure emits a Downloading: I guess it did not find the dep already in .m2 right? I am trying to figure out why I have some many "Downloading" in my CI build

richiardiandrea05:10:49

Yeah checking the code it seems so. It seems to me very odd that I am downloading the same deps over and over. There must be some maven setting wrong

richiardiandrea05:10:41

Running on Azure Pipelines I wonder if somebody has had any problem

Alex Miller (Clojure team)12:10:36

In CI, often you don’t get the .m2 dir preserved. Some providers let you mark that in different ways.

richiardiandrea15:10:10

It is odd because I am running it all the tests/commands in the same shell