<@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
. 9 replies I guess I can do:
Copy code
dependencies {
    "testCompile"(create(group = "junit", name = "junit", version = "+"))
}
But that is totally unintuitive and not the code that I want to have to write to make this work.