Browse Source

Merge branch '2.3.x'

Closes gh-22727
pull/22569/head
Andy Wilkinson 5 years ago
parent
commit
f854a79893
  1. 2
      build.gradle

2
build.gradle

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

Loading…
Cancel
Save