changeset 80:647840c0753d

fix gradlekit url
author smith@nwoca.org
date Tue, 07 Feb 2012 22:54:05 -0500
parents f0c29c1ac1f4
children 36b2fd9e3861
files init.gradle
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/init.gradle	Tue Feb 07 22:21:53 2012 -0500
+++ b/init.gradle	Tue Feb 07 22:54:05 2012 -0500
@@ -6,7 +6,7 @@
 logger.info "applying SSDT artifactory Gradle Settings (bamboo: $gradle.bambooBuild)"
 
 if (gradle.bambooBuild) {
-   apply from: "${gradle.hasProperty('ssdtGradlekitLocation') ? gradle.ssdtGradlekitLocation :'http://hg.ssdt-ohio.org/browse/ssdt/gradlekit'}/artifactory.gradle"
+   apply from: "${gradle.hasProperty('ssdtGradlekitLocation') ? gradle.ssdtGradlekitLocation :'http://hg.ssdt-ohio.org/ssdt/gradlekit/raw-file/tip'}/artifactory.gradle"
 }
 
 subprojects {