This commit is contained in:
陈云志
2020-12-22 18:12:45 +08:00
parent a1fae8ba54
commit e5aa1b06ee
5 changed files with 17 additions and 7 deletions

View File

@@ -17,8 +17,8 @@ buildscript {
}
ext {
devVersion = "dev-9-SNAPSHOT"
// devVersion = "2.3.0"
devVersion = System.getProperty("devVersion") ? System.getProperty("devVersion")
: "dev-9-SNAPSHOT"
}
apply from: "../build-config/build-all.gradle"

View File

@@ -0,0 +1 @@
../../build-config/publish.sh