mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Disable caching of changing modules
Closes gh-22726
This commit is contained in:
+1
-1
@@ -26,6 +26,6 @@ allprojects {
|
||||
}
|
||||
|
||||
configurations.all {
|
||||
resolutionStrategy.cacheChangingModulesFor 60, "minutes"
|
||||
resolutionStrategy.cacheChangingModulesFor 0, "minutes"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user