mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
Update build.gradle
This commit is contained in:
parent
a164248218
commit
77fc71a985
@ -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 .'
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user