jlleitschuh
08/07/2017, 8:53 PM4.1
from 4.0.2
. Mostly related to dependency configurations missing like testCompile
.
9 replies
I guess I can do:
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.