[GRADLE-3072] improve the behavior with not-serializable task input properties Created: 22/Apr/14 Updated: 16/May/14 Resolved: 16/May/14 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 2.0-rc-1 |
Type: | Bug | ||
Reporter: | Szczepan Faber | Assignee: | Szczepan Faber |
Resolution: | Fixed | Votes: | 0 |
Description |
When task has some custom input properties configured but some of them are not serializable, build throws an internal error with stack trace. Sometimes it's not easy to figure out the problem when the inputs are declared deep in the custom plugins. This ticket is about improving this behavior in some way (e.g. throw better exception, tell which property is not serializable, etc.). |