mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-29 21:11:57 +08:00
支持发布
This commit is contained in:
@@ -53,7 +53,9 @@ dependencies {
|
||||
jar {
|
||||
|
||||
// 排除掉模块调试的资源文件, 启动类.
|
||||
excludes = ['*.yml','logback.xml']
|
||||
excludes = ['*.yml','logback.xml',
|
||||
'com/ruoyi/*/RuoYi*Application*'
|
||||
]
|
||||
|
||||
manifest {
|
||||
attributes "releaseVersion": version + "-" + getGitVersion()
|
||||
|
||||
Reference in New Issue
Block a user