This message was deleted.
# community-support
s
This message was deleted.
e
I cheat in my repo with a
Copy code
tasks.test {
    dependsOn(gradle.includedBuilds.map { it.task(":test") })
}
in the root buildscript, but if there's a better way I'd like to know as well
🤔 1
g
That wires them, but weirdly the tasks don't show up in dry-run