mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
v2.8.0
This commit is contained in:
parent
87b30a48ca
commit
caecc4b0e0
@ -382,14 +382,14 @@ subprojects {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyjar2Release(type: Copy) {
|
task copyjar2Release(type: Copy,dependsOn:['build','jar'] ) {
|
||||||
println "$buildDir/libs/ to $rootDir/build/maxkey-jars/"
|
println "$buildDir/libs/ to $rootDir/build/maxkey-jars/"
|
||||||
into "$rootDir/build/maxkey-jars/"
|
into "$rootDir/build/maxkey-jars/"
|
||||||
from "$buildDir/libs/"
|
from "$buildDir/libs/"
|
||||||
include '*.jar'
|
include '*.jar'
|
||||||
}
|
}
|
||||||
|
|
||||||
task buildRelease(dependsOn:['build','jar']) {
|
task buildRelease(dependsOn:['copyjar2Release']) {
|
||||||
//项目名 项目所在的group version 版本号
|
//项目名 项目所在的group version 版本号
|
||||||
println "project " + project.name + ", group " + project.group +" , version " + project.version
|
println "project " + project.name + ", group " + project.group +" , version " + project.version
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user