Hello all,
I just started using dynamic versions with Gradle 5.2. I am using
configurations.all {
resolutionStrategy.cacheDynamicVersionsFor 0, ‘seconds’
}
and
dependencies {
compile ‘uk:test:common-utils:+’.
}
This seems to be pulling both snapshot and release versions for me .
Do i need changing=true here
Thank you
P