mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-08 01:48:33 +08:00
build_cnf
This commit is contained in:
parent
f4a090593b
commit
856aaa1297
@ -30,10 +30,16 @@ task clearBuild(){
|
||||
delete "$rootDir/build.gradle"
|
||||
delete "$rootDir/maxkey-webs/maxkey-web-mgt/build.gradle"
|
||||
delete "$rootDir/maxkey-webs/maxkey-web-maxkey/build.gradle"
|
||||
delete "$rootDir/maxkey-webs/maxkey-web-openapi/build.gradle"
|
||||
}
|
||||
|
||||
task configStd(dependsOn:['clearBuild']) {
|
||||
doLast {
|
||||
copy {
|
||||
from "$rootDir/maxkey-webs/maxkey-web-openapi/config/build_standard.gradle"
|
||||
into "$rootDir/maxkey-webs/maxkey-web-openapi/"
|
||||
rename { String fileName -> 'build.gradle' }
|
||||
}
|
||||
copy {
|
||||
from "$rootDir/maxkey-webs/maxkey-web-mgt/config/build_standard.gradle"
|
||||
into "$rootDir/maxkey-webs/maxkey-web-mgt/"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user