I need some help with a Gradle build file. I have some subprojects which depend on tasks in the top folder. I just need to take a test task and split it into two se
test
Just remove the declaration in subprojects and declare your dependency directly in the subproject, in C.gradle:
subprojects
C.gradle
runDifferentTests.dependsOn rootProject.bTask