# HG changeset patch # User smith@nwoca.org # Date 1346960003 -3600 # Node ID 029db4d977fe5df867be0146c359e2a0aa87589f # Parent bb3fa722df515a8e678774c86c00b5dbb19ead9a fix cache setting of changing and and dynamic revisions diff -r bb3fa722df51 -r 029db4d977fe init.gradle --- 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) {