[GRADLE-2504] Resolving dynamic ivy versions from different remote repositories causes NullpointerException Created: 01/Oct/12 Updated: 04/Jan/13 Resolved: 25/Oct/12 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.2 |
Fix Version/s: | 1.3-rc-1 |
Type: | Bug | ||
Reporter: | René Gröschke (Inactive) | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
Trying to resolve a dynamic ivy version from different remote repositories can cause a NullpointerException which is caused by a ConcurrentModificationException which is originally caused by an unclosed HttpResponse. I've added a test that exposes that issue to the gradle integrationtests already: https://github.com/gradle/gradle/commit/a186c9b11a9bb91ded2ee8ad21764299bf4a4ce1 |