scoverage / gradle-scoverage

A plugin to enable the use of Scoverage in a gradle Scala project
Apache License 2.0
53 stars 38 forks source link

Add (ignored) tests for composite builds #132

Closed eyalroth closed 4 years ago

eyalroth commented 4 years ago

This PR merely adds tests for composite builds, but does not add support for them (so it doesn't fix the issue #98).

I believe there is currently a bug with Gradle's composite build regarding mustRunAfter functionality with cross-build tasks (https://github.com/gradle/gradle/issues/11747). The error in #98 is caused by this line.

I'm also seeing mentions of incorrect handling of composite build dependencies in this thread on the Gradle forums.

eyalroth commented 4 years ago

Closing in favor of #141.