Commit 34eab5da authored by Andy Wilkinson's avatar Andy Wilkinson

Disable caching of changing modules

Closes gh-22726
parent db4f451d
......@@ -26,6 +26,6 @@ allprojects {
}
configurations.all {
resolutionStrategy.cacheChangingModulesFor 60, "minutes"
resolutionStrategy.cacheChangingModulesFor 0, "minutes"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment