mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 23:18:19 +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)
|
||||||
|
|||||||
Reference in New Issue
Block a user