Allow apiCheck
to run on all subprojects before failing
#240
Labels
documentation
Improvements or additions to documentation
Issue
Currently, when you make changes to multiple modules, then
apiCheck
will fail on the first module where the API contract breaks.Expected behaviour
When running
apiCheck
every module should be checked before failing. The output should accumulate all changes in the public API, so you get an overview of all changes in the project.Additional info
Version: 0.14.0
The text was updated successfully, but these errors were encountered: