From 19bfd28eee0d3dbc1b0e640cbcc37d22f2db54e8 Mon Sep 17 00:00:00 2001 From: zhouping Date: Wed, 8 Jan 2020 16:41:49 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-1298=20=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.third_step1-jdk11.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.third_step1-jdk11.gradle b/build.third_step1-jdk11.gradle index aa8a583ef..a2ea5ed00 100644 --- a/build.third_step1-jdk11.gradle +++ b/build.third_step1-jdk11.gradle @@ -127,6 +127,7 @@ dependencies{ //指明无法编译文件所在路径 def dataContent = { def dir -> copySpec{ + println("------------------------------------------------copySpec from ${dir}") from ("${dir}"){ exclude '**/.setting/**','.classpath','.project','**/*.java','**/*.db','**/*.g','**/package.html' } @@ -135,7 +136,7 @@ def dataContent = { def dir -> task copyFiles(type:Copy,dependsOn:'compileJava'){ copy{ - println "------------------------------------------------copyfiles" + println("------------------------------------------------copyfiles into ${classesDir}") with dataContent.call("${srcDir}/fine-antlr4/src") with dataContent.call("${srcDir}/fine-antlr-old/src/main/java") with dataContent.call("${srcDir}/fine-asm/src")