|
|
|
@ -125,16 +125,13 @@ dependencies{
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//指明无法编译文件所在路径 |
|
|
|
|
def dataContent ={def dir -> |
|
|
|
|
copySpec{ |
|
|
|
|
from ("${dir}"){ |
|
|
|
|
exclude '**/.setting/**','.classpath','.project','**/*.java','**/*.db','**/*.g','**/package.html' |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def dataContent = { def dir -> |
|
|
|
|
copySpec{ |
|
|
|
|
from ("${dir}"){ |
|
|
|
|
exclude '**/.setting/**','.classpath','.project','**/*.java','**/*.db','**/*.g','**/package.html' |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} as Object |
|
|
|
|
|
|
|
|
|
task copyFiles(type:Copy,dependsOn:'compileJava'){ |
|
|
|
|
copy{ |
|
|
|
|