[GRADLE-901] ConcurrentModificationException when adding a listener in the initscript Created: 11/Apr/10 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | 0.9 |
| Fix Version/s: | 0.9-rc-1 |
| Type: | Bug | ||
| Reporter: | Tomer Cohen | Assignee: | Adam Murdoch |
| Resolution: | Fixed | Votes: | 0 |
| Description |
|
org.gradle.api.GradleException: java.util.ConcurrentModificationException |
| Comments |
| Comment by Tomer Cohen [ 11/Apr/10 ] |
|
This happens when I call addListener in my init-script in combination with an apply from which also defines an addListener! initscript { } |