0508fc3bf1
Groovy does some crazy capturing when using closures inside a loop. In this case, it somehow decided the local loop variable would be modified, and so each closure was getting a wrapped value that would be updated on each loop iteration, until all the closures pointed at the last value. This change fixes the loop to extract the object to be used by the closures. |
||
---|---|---|
.. | ||
src/main | ||
.gitignore | ||
build.gradle | ||
version.properties |