From a90adbc1238944baec774a9eca8bff6e5a7645f7 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Sun, 4 Apr 2021 20:58:39 -0500 Subject: [PATCH] Re-enable Gradle Depencency Cache Closes gh-9544 --- .../io/spring/gradle/convention/RootProjectPlugin.groovy | 9 --------- 1 file changed, 9 deletions(-) diff --git a/buildSrc/src/main/groovy/io/spring/gradle/convention/RootProjectPlugin.groovy b/buildSrc/src/main/groovy/io/spring/gradle/convention/RootProjectPlugin.groovy index 07fc444323..d457eaec46 100644 --- a/buildSrc/src/main/groovy/io/spring/gradle/convention/RootProjectPlugin.groovy +++ b/buildSrc/src/main/groovy/io/spring/gradle/convention/RootProjectPlugin.groovy @@ -34,15 +34,6 @@ class RootProjectPlugin implements Plugin { project.repositories.mavenCentral() - project.allprojects { - configurations.all { - resolutionStrategy { - cacheChangingModulesFor 0, "seconds" - cacheDynamicVersionsFor 0, "seconds" - } - } - } - String projectName = Utils.getProjectName(project) project.sonarqube { properties {