Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not ignore build event listener failures #7510

Merged
merged 2 commits into from Oct 24, 2018
Merged

Commits on Oct 23, 2018

  1. Ensure that exceptions thrown by various build event actions and list…

    …eners are reported on the console and cause the build to fail.
    
    Previously, failures thrown by `BuildListener`, `TaskExecutionGraphListener` and `ProjectEvaluationListener` listeners and also by `Action` instances passed to `taskGraph.whenReady()` would be ignored.
    adammurdoch committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    7fe1cb4 View commit details
    Browse the repository at this point in the history
  2. Simplify some generics and create less garbage when running `Runnable…

    …BuildOperation` build operations.
    adammurdoch committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    3939062 View commit details
    Browse the repository at this point in the history