Skip to content

v8.3.0

Compare
Choose a tag to compare
@OdysseusLives OdysseusLives released this 06 Nov 22:34
6d75755

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')