mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 01:18:27 +08:00
Update build.gradle
This commit is contained in:
parent
a164248218
commit
77fc71a985
@ -346,6 +346,11 @@ subprojects {
|
|||||||
include '*.jar'
|
include '*.jar'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
task copyDepJars(type: Copy){
|
||||||
|
from configurations.runtime
|
||||||
|
into "$rootDir/build/depjars"
|
||||||
|
}
|
||||||
|
|
||||||
task copydemoWar2Release(type: Copy) {
|
task copydemoWar2Release(type: Copy) {
|
||||||
into "$rootDir/build/demowar/"
|
into "$rootDir/build/demowar/"
|
||||||
from "$buildDir/libs/"
|
from "$buildDir/libs/"
|
||||||
@ -363,7 +368,7 @@ subprojects {
|
|||||||
from "$buildDir/libs/"
|
from "$buildDir/libs/"
|
||||||
}
|
}
|
||||||
|
|
||||||
task buildRelease(dependsOn:['build','jar','copyjar2Release']) {
|
task buildRelease(dependsOn:['build','jar','copyjar2Release','copyDepJars']) {
|
||||||
println 'Build MaxKey '+project.name +' complete .'
|
println 'Build MaxKey '+project.name +' complete .'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user