mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-02-02 06:51:58 +08:00
支持发布
This commit is contained in:
@@ -14,7 +14,8 @@ buildscript {
|
||||
}
|
||||
|
||||
ext {
|
||||
devVersion = "dev-9-SNAPSHOT"
|
||||
devVersion = System.getProperty("devVersion") ? System.getProperty("devVersion")
|
||||
: "dev-9-SNAPSHOT"
|
||||
}
|
||||
|
||||
description = "ruoyi-modules-file"
|
||||
|
||||
Reference in New Issue
Block a user