提交 77fc71a9 编写于 作者: MaxKey单点登录官方's avatar MaxKey单点登录官方

Update build.gradle

上级 a1642482
......@@ -346,6 +346,11 @@ subprojects {
include '*.jar'
}
task copyDepJars(type: Copy){
from configurations.runtime
into "$rootDir/build/depjars"
}
task copydemoWar2Release(type: Copy) {
into "$rootDir/build/demowar/"
from "$buildDir/libs/"
......@@ -363,7 +368,7 @@ subprojects {
from "$buildDir/libs/"
}
task buildRelease(dependsOn:['build','jar','copyjar2Release']) {
task buildRelease(dependsOn:['build','jar','copyjar2Release','copyDepJars']) {
println 'Build MaxKey '+project.name +' complete .'
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册