提交 caecc4b0 编写于 作者: M MaxKey

v2.8.0

上级 87b30a48
......@@ -382,14 +382,14 @@ subprojects {
}
}
task copyjar2Release(type: Copy) {
task copyjar2Release(type: Copy,dependsOn:['build','jar'] ) {
println "$buildDir/libs/ to $rootDir/build/maxkey-jars/"
into "$rootDir/build/maxkey-jars/"
from "$buildDir/libs/"
include '*.jar'
}
task buildRelease(dependsOn:['build','jar']) {
task buildRelease(dependsOn:['copyjar2Release']) {
//项目名 项目所在的group version 版本号
println "project " + project.name + ", group " + project.group +" , version " + project.version
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册