From 4ac3681fce2c8d339e430ba300d308a99bb066fd Mon Sep 17 00:00:00 2001 From: fangdong sun Date: Mon, 15 Aug 2016 18:33:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- designer_form/build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/designer_form/build.gradle b/designer_form/build.gradle index 9b4b7eb21..9932a8085 100644 --- a/designer_form/build.gradle +++ b/designer_form/build.gradle @@ -31,6 +31,11 @@ def buildDir=files[0].path.substring(0,files[0].path.lastIndexOf ('\\')) buildDir=buildDir.substring(0,buildDir.lastIndexOf ('\\')) def branchName=buildDir.substring(buildDir.lastIndexOf ('\\')+1) + +FileTree jars=fileTree(dir:'../../../').include "finereport-*-stable/${branchName}/**/*.jar" +jars.each{File file-> +println "-----------this jar path is ${file.path}----------" +} //ÉùÃ÷ÍⲿÒÀÀµ dependencies{ compile fileTree(dir:'../../../finereport-lib-stable',include:'**/*.jar') @@ -63,6 +68,7 @@ task copyFile(type:Copy,dependsOn:compileJava){ task compressJS{ ant.taskdef(name:'yuicompress',classname:'com.yahoo.platform.yui.compressor.YUICompressTask'){ classpath { + fileset(dir:'../../../finereport-lib4build-stable',includes:'**/*.jar') } }