Browse Source

Merge branch '3.5.x' into 4.0.x

Closes gh-48773
pull/48817/head
Andy Wilkinson 3 weeks ago
parent
commit
c9ff8d2eb6
  1. 2
      buildSrc/build.gradle

2
buildSrc/build.gradle

@ -80,6 +80,8 @@ configurations.all { @@ -80,6 +80,8 @@ configurations.all {
exclude group:"org.slf4j", module:"slf4j-api"
exclude group:"ch.qos.logback", module:"logback-classic"
exclude group:"ch.qos.logback", module:"logback-core"
resolutionStrategy.cacheChangingModulesFor 0, "minutes"
}
gradlePlugin {

Loading…
Cancel
Save