diff --git a/build.gradle b/build.gradle index 8e50dcff9..4683250eb 100644 --- a/build.gradle +++ b/build.gradle @@ -58,6 +58,10 @@ subprojects { } } + configurations.all { + resolutionStrategy.cacheChangingModulesFor 60, "minutes" + } + dependencyManagement { imports { mavenBom "io.projectreactor:reactor-bom:${ext['reactor-bom.version']}"