From 291a3a762b26aa1ae5ad320a7d539970d7712aa7 Mon Sep 17 00:00:00 2001 From: xjboss Date: Sun, 23 Jul 2017 00:21:03 +0800 Subject: [PATCH] fix offical build --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9b8a62f..980a483 100644 --- a/build.gradle +++ b/build.gradle @@ -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',