Closed eyalroth closed 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.
mustRunAfter
I'm also seeing mentions of incorrect handling of composite build dependencies in this thread on the Gradle forums.
Closing in favor of #141.
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.