changeset 91:b72ba5cb5c53

correct develkit location
author smith@nwoca.org
date Wed, 22 Feb 2012 04:46:58 +0000
parents c207cdcaf13e
children 90325a10fe95
files init.gradle
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/init.gradle	Tue Feb 21 14:50:19 2012 +0000
+++ b/init.gradle	Wed Feb 22 04:46:58 2012 +0000
@@ -1,7 +1,10 @@
+
+apply from: "${gradle.hasProperty('ssdtDevelkitLocation') ? gradle.ssdtDevelkitLocation : 'http://hg.ssdt-ohio.org/browse/public/develkit'}/init.gradle"
+
+gradle.ssdtDevelkitLocation = gradle.hasProperty('ssdtDevelkitLocation') ? gradle.ssdtDevelkitLocation : 'http://hg.ssdt-ohio.org/browse/public/develkit'
 
 gradle.addListener(new ArtifactoryGradleSettings())
 
-
 gradle.bambooBuild = System.getenv().any { it.key.startsWith('BAMBOO')}
 logger.info "applying SSDT artifactory Gradle Settings (bamboo: $gradle.bambooBuild)"