intellij-community
intellij-community copied to clipboard
[Gradle] Avoid ConcurrentModificationException
Use iterator to access task collection instead of iterating the collection directly, the later would cause ConcurrentModificationException if the items are changed during iteration.
Hello,
Have you submitted a contributor license agreement? If not, please follow the steps described at http://www.jetbrains.com/agreements/cla/ to sign it.