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