boot jar 支持ruoyi 依赖传递

This commit is contained in:
陈云志
2020-12-24 13:13:04 +08:00
parent 82e027d830
commit b38365fac4
10 changed files with 42 additions and 43 deletions

View File

@@ -14,7 +14,8 @@ buildscript {
}
ext {
devVersion = "dev-9-SNAPSHOT"
devVersion = System.getProperty("devVersion") ? System.getProperty("devVersion")
: "dev-9-SNAPSHOT"
}
description = "ruoyi-visual-monitor"

View File

@@ -1 +1 @@
rootProject.name = 'ruoyi-monitor'
rootProject.name = 'ruoyi-visual-monitor'