[GRADLE-3275] UnsupportedOperationException when resolving ivy modules containing particular excludes Created: 08/Apr/15 Updated: 09/May/16 Resolved: 09/May/16 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | None |
| Fix Version/s: | 2.14-rc-1 |
| Type: | Bug | ||
| Reporter: | Daz DeBoer | Assignee: | Michael Barnathan (Inactive) |
| Resolution: | Fixed | Votes: | 2 |
| Description |
|
Certain exclude elements in Ivy.xml files can result in an UnsupportedOperationException being thrown in dependency resolution. See: http://discuss.gradle.org/t/unsupportedoperationexception-in-defaultmoduleresolutionfilter/8559 |
| Comments |
| Comment by Ravi Ambati [ 24/Dec/15 ] |
|
Can someone take a look at this? This is stopping our upgrade to latest gradle version. Exclusion rule intersection or union is failing when mixed up with regular expression based exclusions from Ivy. |