# HG changeset patch # User Dave Smith # Date 1383067529 -3600 # Node ID bf82d6ce853dcae5b0cd0f397c708d1bfe0ba03e # Parent 465c6cf6dff3ec5608cf00c8de58bc5f9687013a update to handle branch names for ivy files diff -r 465c6cf6dff3 -r bf82d6ce853d init.gradle --- a/init.gradle Tue Oct 29 01:25:34 2013 +0100 +++ b/init.gradle Tue Oct 29 18:25:29 2013 +0100 @@ -255,9 +255,9 @@ name = 'ssdt-branches' m2compatible = false def url = "${ssdtArtifactory}/ssdt-branches" - def filter = ";ssdt-branch.branchName+=${gradle.branchName}" + def filter = ";ssdt-branch.branchName+=${gradle.branchName.replaceAll('/','-')}" addArtifactPattern("${url}/[organization]/[module]/[revision]/[module]-[revision](-[classifier]).[ext]${filter}") - addIvyPattern("${url}/[organization]/[module]/ivy-[revision].xml;${filter}") + addIvyPattern("${url}/[organization]/[module]/ivy-[revision].xml") checkmodified = true changingMatcher = 'regexp' changingPattern = /\d{14}/