From 916b706e88565fe4c0e2ef681b1823428cb2b6a0 Mon Sep 17 00:00:00 2001 From: fangdong sun Date: Wed, 10 Aug 2016 11:05:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E5=88=86=E6=94=AF=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=20--03?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- designer_form/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/designer_form/build.gradle b/designer_form/build.gradle index 4409495b9..bc3c89a11 100644 --- a/designer_form/build.gradle +++ b/designer_form/build.gradle @@ -30,7 +30,8 @@ FileTree files =fileTree(dir:'./',include:'build.gradle') def buildDir=files[0].path.substring(0,files[0].path.lastIndexOf ('\\')) buildDir=buildDir.substring(0,buildDir.lastIndexOf ('\\')) def branchName=buildDir.substring(buildDir.lastIndexOf ('\\')+1) - +println "this brance name is ${branchName}" +println "this path is buildDir" //ÉùÃ÷ÍⲿÒÀÀµ dependencies{ compile fileTree(dir:'../../../finereport-lib-stable',include:'**/*.jar')