From 794bb0c0d0b911b642ca26aa3f32c4d9031e0ed1 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 2 Jul 2013 18:13:47 +0200 Subject: [PATCH] DATAREST-93 - Hope to fix build. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 68cd8845b..1c164f042 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ configure(allprojects) { configurations.all { // Hack to let Gradle pickup latest SNAPSHOTS - resolutionStrategy.cacheDynamicVersionsFor 0, 'seconds' + resolutionStrategy.cacheChangingModulesFor 0, 'seconds' // Force all core Spring Framework libraries into the same version resolutionStrategy.eachDependency { DependencyResolveDetails details ->