From e4db670b6f96e126c7094d0325a4a54c88ea4295 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 26 Dec 2017 15:37:10 +0800 Subject: [PATCH] xx --- build.third.gradle | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build.third.gradle b/build.third.gradle index 8faeda930..655c01305 100644 --- a/build.third.gradle +++ b/build.third.gradle @@ -75,6 +75,9 @@ task unJar{ } } +unJar(); + + //指明无法编译文件所在路径 def dataContent ={def dir -> copySpec{ @@ -84,7 +87,10 @@ def dataContent ={def dir -> } } -task copyFiles(type:Copy,dependsOn:'unJar'){ + + + +task copyFiles(type:Copy,dependsOn:'compileJava'){ copy{ println "------------------------------------------------copyfiles" with dataContent.call("${srcDir}/fine-druid/src")