Mercurial > public > develkit
diff init.gradle @ 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 | 167745cd8af9 |
children | 9ed6a36104ed |
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) {