changeset 109:029db4d977fe

fix cache setting of changing and and dynamic revisions
author smith@nwoca.org
date Thu, 06 Sep 2012 20:33:23 +0100
parents bb3fa722df51
children d5e9a144ce40
files init.gradle
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/init.gradle	Fri Jun 15 18:58:31 2012 +0100
+++ b/init.gradle	Thu Sep 06 20:33:23 2012 +0100
@@ -51,8 +51,8 @@
        root.allprojects {
             def thisProject = delegate        
             configurations.all {
-                resolutionStrategy.cacheChangingModulesFor 120, 'minutes'
-                resolutionStrategy.cacheDynamicVersionsFor 120, 'minutes'
+                resolutionStrategy.cacheChangingModulesFor 60 * 60 * 8, 'seconds'
+                resolutionStrategy.cacheDynamicVersionsFor 60 * 60 * 8, 'seconds'
             }        
             repositories {
                 if (!gradle.bambooBuild) {