更新构建shell

This commit is contained in:
陈云志
2020-12-23 14:15:26 +08:00
parent dbe2a5a8ad
commit 858d00b1bf
11 changed files with 43 additions and 38 deletions

View File

@@ -6,9 +6,5 @@ allprojects {
ext {
buildProduct = System.getProperty("buildProduct") ?: false
}
task abuildAllModule(type: Exec) {
workingDir("../")
executable "build-config/build_jar.sh"
args(project.name)
}