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

@@ -20,7 +20,8 @@ buildscript {
ext {
devVersion = "dev-9-SNAPSHOT"
devVersion = System.getProperty("devVersion") ? System.getProperty("devVersion")
: "dev-9-SNAPSHOT"
}