Alex N created CB-9351:
--------------------------

             Summary: 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


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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to