prezi / pride

Manages a pride of Gradle modules
Other
71 stars 13 forks source link

Separate options for pride do to ignore errors and to fail late #146

Open lptr opened 9 years ago

lptr commented 9 years ago

Right now there is a pride do --ignore-errors option that does just that: if there's an error, we continue working on the next module, and we don't show anything in the process's exit value.

We'd need a --fail-late option as well, i.e. when there's an error, we should continue with the next module, but in the end provide a list of modules with errors, and also change the exit value.