lein monolith each currently exits with 0 if the selectors match zero projects. This terminates the leiningen process even if you try to compose each in a high-level task:
$ lein do monolith each :refresh build install, version
Target selection matched zero subprojects; nothing to do
Instead it now "soft-exits" to allow subsequent tasks.
lein monolith each
currently exits with 0 if the selectors match zero projects. This terminates the leiningen process even if you try to composeeach
in a high-level task:Instead it now "soft-exits" to allow subsequent tasks.