输出目录统一配置在rootProject修改

This commit is contained in:
xuhuixiang
2025-03-18 14:54:29 +08:00
parent ddf1a9ed67
commit 54c6ee78cb
51 changed files with 54 additions and 50 deletions

View File

@@ -28,4 +28,8 @@ allprojects {
task clean(type: Delete) {
delete rootProject.buildDir
}
ext {
outputPath = "F:/webApp"
}