intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

[Gradle] Avoid ConcurrentModificationException

Open chyingo opened this issue 5 years ago • 1 comments

Use iterator to access task collection instead of iterating the collection directly, the later would cause ConcurrentModificationException if the items are changed during iteration.

chyingo avatar Feb 21 '20 19:02 chyingo

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.

ybedrov avatar Feb 29 '20 09:02 ybedrov