1
0
Fork 0

fix offical build

kcx-1614
xjboss 2017-07-23 00:21:03 +08:00
parent a53bb6dce7
commit 291a3a762b
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ def generateManifest(boolean legacy = false) {
'KCauldronX-Channel' : project.name,
'KCauldronX-Version' : project.version,
'KCauldronX-Legacy' : legacy,
'KCauldronX-Official' : System.getenv('officialBuild')!=null,
'KCauldronX-Official' : System.getProperty('officialBuild')!=null,
'Implementation-Vendor' : 'Prototik',
'Implementation-Title' : project.name,
'Implementation-Version': '1.7.10-R0.1-SNAPSHOT',