Mercurial > public > develkit
diff init20.gradle @ 232:47535c8358ce
DEP-13: adjust init script to handle both 2.+ and 3.1. Disable sonar for 3.1+
author | smith@nwoca.org |
---|---|
date | Tue, 18 Oct 2016 18:29:04 +0100 |
parents | ce34e62224cf |
children | 400f9d8bbf5b |
line wrap: on
line diff
--- a/init20.gradle Thu Sep 08 17:10:43 2016 +0100 +++ b/init20.gradle Tue Oct 18 18:29:04 2016 +0100 @@ -233,7 +233,10 @@ globalLockFile = gradle.branch.isRelease() ? 'release.lock' : 'global.lock' includeTransitives = true } - + configurations.all { + resolutionStrategy.cacheChangingModulesFor gradle.cacheTimeout, 'seconds' + resolutionStrategy.cacheDynamicVersionsFor gradle.cacheTimeout, 'seconds' + } configurations.all { resolutionStrategy.eachDependency { DependencyResolveDetails details -> if (details.requested.group == 'org.ssdt_ohio' && !details.requested.version ) { @@ -480,10 +483,6 @@ } } - configurations.all { - resolutionStrategy.cacheChangingModulesFor gradle.cacheTimeout, 'seconds' - resolutionStrategy.cacheDynamicVersionsFor gradle.cacheTimeout, 'seconds' - } repositories { if (!gradle.bambooBuild) {