Disable caching of changing modules
Closes gh-22726
This commit is contained in:
@@ -26,6 +26,6 @@ allprojects {
|
||||
}
|
||||
|
||||
configurations.all {
|
||||
resolutionStrategy.cacheChangingModulesFor 60, "minutes"
|
||||
resolutionStrategy.cacheChangingModulesFor 0, "minutes"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user