mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 11:51:55 +08:00
boot jar 支持ruoyi 依赖传递
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-visual-monitor"
|
||||
|
||||
@@ -1 +1 @@
|
||||
rootProject.name = 'ruoyi-monitor'
|
||||
rootProject.name = 'ruoyi-visual-monitor'
|
||||
|
||||
Reference in New Issue
Block a user