[GRADLE-2737] Improve exception messages by avoiding redundant "Failed to notify x listener" Created: 05/Apr/13 Updated: 21/Sep/13 Resolved: 21/Sep/13 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.9-rc-1 |
Type: | Bug | ||
Reporter: | Szczepan Faber | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
Let's say my custom implementation of TaskExecutionListener throws a new GradleException("This build shall fail!"). This is what I see in the console: * What went wrong: Failed to notify task execution listener. > Failed to notify task execution listener. > This build shall fail! Here's what I would prefer to see: * What went wrong: This build shall fail! |