支持发布

This commit is contained in:
陈云志
2020-12-23 16:06:48 +08:00
parent f44b206f4b
commit 9b9e75733f
4 changed files with 16 additions and 8 deletions

View File

@@ -53,7 +53,9 @@ dependencies {
jar {
// 排除掉模块调试的资源文件, 启动类.
excludes = ['*.yml','logback.xml']
excludes = ['*.yml','logback.xml',
'com/ruoyi/*/RuoYi*Application*'
]
manifest {
attributes "releaseVersion": version + "-" + getGitVersion()