Skip to content

Conversation

olisikh
Copy link
Contributor

@olisikh olisikh commented May 24, 2019

Hi,

Unfortunately I spotted one bug with the version 3.1.0, it's connected to gradle/gradle-native#834

Iterating over tasks.withType(clazz) and modifying it in the meantime somewhere else breaks the project evaluation with java.util.ConcurrentModificationException

It's enough to just remove the .toList() from TaskCollection (please see the changed line in ScoveragePlugin.groovy) and the build will fail (added tests for multi-project build with multiple test source sets)

@maiflai maiflai merged commit 4e29e14 into scoverage:master May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants