输出目录统一配置在rootProject修改
This commit is contained in:
@@ -28,4 +28,8 @@ allprojects {
|
||||
|
||||
task clean(type: Delete) {
|
||||
delete rootProject.buildDir
|
||||
}
|
||||
|
||||
ext {
|
||||
outputPath = "F:/webApp"
|
||||
}
|
||||
Reference in New Issue
Block a user