Browse Source

Merge pull request #354 in CORE/base-third from ~ZHOUPING/base-third:research/10.0 to research/10.0

* commit '19bfd28eee0d3dbc1b0e640cbcc37d22f2db54e8':
  KERNEL-1298 调试
research/10.0
zhouping 5 years ago
parent
commit
1e870d91f6
  1. 3
      build.third_step1-jdk11.gradle

3
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")

Loading…
Cancel
Save