DATAREST-93 - Hope to fix build.

This commit is contained in:
Oliver Gierke
2013-07-02 18:13:47 +02:00
parent 175f9eab10
commit 794bb0c0d0

View File

@@ -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 ->