i asked me if task buildDependent would also build the dependents of the first level dependent project.
Aren’t the further dependents transitive dependent to the initial project?
To better understand what i mean: D -> A <- B <- C
Projects B and D are first level dependents of A and C is transitive dependent.
So what happens if project A is invoked with gradle buildDependent?
A quick test reveals that it does build
C. Here’s the result ofbuildDependentfromafolder (filtered withgrep build).