3
0

fix offical build

This commit is contained in:
xjboss 2017-07-23 00:21:03 +08:00
parent a53bb6dce7
commit 291a3a762b

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',