From 948f7a349a4d1c37f5ff517f9d13cbd0fb03a709 Mon Sep 17 00:00:00 2001 From: fangdong sun Date: Wed, 10 Aug 2016 11:41:43 +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--05?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- designer_form/build.gradle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/designer_form/build.gradle b/designer_form/build.gradle index ac73a01e78..94b5eed3f0 100644 --- a/designer_form/build.gradle +++ b/designer_form/build.gradle @@ -32,7 +32,10 @@ buildDir=buildDir.substring(0,buildDir.lastIndexOf ('\\')) def branchName=buildDir.substring(buildDir.lastIndexOf ('\\')+1) FileTree jars=fileTree(dir:'../../../').include "finereport-*-stable/${branchName}/**/*.jar" -println "${jars}" +jars.each{File file-> +println "-----------this jar path is ${file.path}----------" +} + //ÉùÃ÷ÍⲿÒÀÀµ dependencies{