jlleitschuh
08/08/2017, 1:25 PM4.1
from 4.0.2
. Mostly related to dependency configurations missing like testCompile
.
27 replies
@bamboo I have a proposal on this front that you may like:
What if you allow for what I'm asking using a property in the gradle.properties
file.
This property, when enabled, would cause all static methods for configurations, plugin extensions, and conventions to be inherited up the parent project tree.
This way:
A
|-> B
--> C
A
would see both of B
and C
but B
wouldn't see C
and C
wouldn't see B
.