v8.3.0
When using Gradle core locks, caching is disabled for changing modules and dynamic dependencies when configurations are unresolved and the --write-locks
or --update-locks
flags are passed in to update dependencies.
This is done by setting cacheDynamicVersionsFor(0, 'seconds')
and cacheChangingModulesFor(0, 'seconds')