mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 16:27:46 +09:00
1. buildVersion 수정
This commit is contained in:
@@ -15,10 +15,10 @@ def buildTime() {
|
||||
return new Date().format('yyyy-MM-dd.HHmm')
|
||||
}
|
||||
|
||||
version = buildTime()
|
||||
// version = buildTime()
|
||||
def cnf = [
|
||||
outName: 'mhez-admin',
|
||||
version: version
|
||||
version: '1.0'
|
||||
]
|
||||
|
||||
compileJava.dependsOn(processResources)
|
||||
@@ -121,4 +121,4 @@ bootWar {
|
||||
attributes( 'Implementation-Title': cnf.outName, 'Implementation-Version': cnf.version )
|
||||
}
|
||||
archiveFileName = "${cnf.outName}-${cnf.version}.war"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user