Update build_cnf.gradle

This commit is contained in:
MaxKey
2023-06-05 15:16:15 +08:00
parent 856aaa1297
commit d4a36bd0b1

View File

@@ -63,6 +63,11 @@ task configStd(dependsOn:['clearBuild']) {
task configDocker(dependsOn:['clearBuild']) {
doLast {
copy {
from "$rootDir/maxkey-webs/maxkey-web-openapi/config/build_docker.gradle"
into "$rootDir/maxkey-webs/maxkey-web-openapi/"
rename { String fileName -> 'build.gradle' }
}
copy {
from "$rootDir/maxkey-webs/maxkey-web-mgt/config/build_docker.gradle"
into "$rootDir/maxkey-webs/maxkey-web-mgt/"
@@ -88,6 +93,11 @@ task configDocker(dependsOn:['clearBuild']) {
task configJar(dependsOn:['clearBuild']) {
doLast {
copy {
from "$rootDir/maxkey-webs/maxkey-web-openapi/config/build_jar.gradle"
into "$rootDir/maxkey-webs/maxkey-web-openapi/"
rename { String fileName -> 'build.gradle' }
}
copy {
from "$rootDir/maxkey-webs/maxkey-web-mgt/config/build_jar.gradle"
into "$rootDir/maxkey-webs/maxkey-web-mgt/"