[GRADLE-3479] Handle MissingMethodExceptions better within a PrebuiltLibraries block Created: 08/Jun/16 Updated: 25/Jan/17 Resolved: 08/Jun/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 3.0-milestone-2, 3.0-rc-1, 3.0-rc-2 |
Type: | Bug | ||
Reporter: | Sterling Greene | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
https://discuss.gradle.org/t/gradle-2-14-rc-5-method-not-found-error-on-windows/17972 https://gist.github.com/big-guy/a4e1c3738d152f49701a7c9c4eb41217 If a method called within a PrebuiltLibrary's configuration block throws a MissingMethodException, we interpret that as the method just called is missing. |