<@U0QBCLV62> I'm getting tons of errors trying to ...
# gradle
j
@bamboo I'm getting tons of errors trying to upgrade a project to Gradle
4.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:
Copy code
A
 |-> B
 --> C
A
would see both of
B
and
C
but
B
wouldn't see
C
and
C
wouldn't see
B
.