boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
borkdude 2019-07-30T15:22:26.014400Z

can I tell boot not to look for new dependencies if they are already in m2/repository?

2019-07-30T15:36:53.014700Z

isn't that the default for non-snapshot versions?

borkdude 2019-07-30T15:37:33.015Z

@jeroenvandijk are you perhaps also using s3 private wagon?

2019-07-30T15:37:57.015300Z

yes but not with boot i believe

borkdude 2019-07-30T15:38:10.015700Z

that's causing slowness, even if I have the deps already

2019-07-30T15:39:16.016800Z

I do remember that s3 private wagon would also be asked anytime something needs to be resolved. Resulting in warnings. This was with Leiningen

borkdude 2019-07-30T15:39:30.017300Z

yes, I have the same issue with boot I think

2019-07-30T15:39:31.017500Z

But i thought this only happens when the deps weren't available locally