boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
fabrao 2019-12-07T16:31:23.070800Z

Hello all, how do I dynamic load a dependencies in build.boot? If I try to re-evaluate (setenv! ....) it´s getting Unable to resolve symbol: set-env! in this context

fabrao 2019-12-07T16:32:27.071700Z

If I use just only (setenv! ...) alone without deftask it works. How it happens?