Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0CEF518742 for ; Thu, 30 Jul 2015 02:23:05 +0000 (UTC) Received: (qmail 29265 invoked by uid 500); 30 Jul 2015 02:23:05 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 29240 invoked by uid 500); 30 Jul 2015 02:23:05 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 29229 invoked by uid 99); 30 Jul 2015 02:23:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jul 2015 02:23:04 +0000 Date: Thu, 30 Jul 2015 02:23:04 +0000 (UTC) From: "Nikhil Khandelwal (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CB-9351) Invalid cdvBuildMultipleApks typecasting MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-9351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Khandelwal resolved CB-9351. ----------------------------------- Resolution: Fixed Fix Version/s: 4.1.0 > Invalid cdvBuildMultipleApks typecasting > ---------------------------------------- > > Key: CB-9351 > URL: https://issues.apache.org/jira/browse/CB-9351 > Project: Apache Cordova > Issue Type: Bug > Components: Android > Reporter: Alex N > Priority: Minor > Fix For: 4.1.0 > > > In build.gradle cdvBuildMultipleApks is casted as > {code}ext.cdvBuildMultipleApks = !!cdvBuildMultipleApks;{code} It does not work properly for strings tho. Another words {code}!!"false"{code} would always return *true*. That breaks the case when you control params from command line: {code}cordova build android -- --gradleArg=-PcdvBuildMultipleApks=false{code} since it's always string -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org