Disable caching of changing modules

Closes gh-22726
pull/22996/head
Andy Wilkinson 4 years ago
parent db4f451d5b
commit 34eab5da95

@ -26,6 +26,6 @@ allprojects {
}
configurations.all {
resolutionStrategy.cacheChangingModulesFor 60, "minutes"
resolutionStrategy.cacheChangingModulesFor 0, "minutes"
}
}

Loading…
Cancel
Save