amperity / lein-monolith

Leiningen plugin for working with monorepos.
Other
214 stars 18 forks source link

Endure option in 'each' task #12

Closed greglook closed 8 years ago

greglook commented 8 years ago

This option allows you to run the each task over all selected subprojects, even if there are failures on specific projects. The exit result will be success if no projects failed, or failure if any had an error.