it seems in gradle 5.0 a implementation depenenden...
# gradle
c
it seems in gradle 5.0 a implementation depenendency does not force the same version also in the test classpath, what do in need to do to have the same version in tests and production code?
a
Just curious, was it working differently in 4.x?
c
good question. i just tried and the answer is yes
a
Good find. If behavior isn't changed then at least plugin docs should be updated