[
https://issues.apache.org/jira/browse/CB-8520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14337031#comment-14337031
]
ASF subversion and git services commented on CB-8520:
-----------------------------------------------------
Commit 2a49e8a9310b22b9c2f39410f596085883ab823c in cordova-android's branch
refs/heads/master from [~nikhilkh]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=2a49e8a ]
CB-8520 Fix for extra args being added twice for build command (close #159)
> Android build adds gradle args multiple times
> ---------------------------------------------
>
> Key: CB-8520
> URL: https://issues.apache.org/jira/browse/CB-8520
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android
> Reporter: Nikhil Khandelwal
> Assignee: Nikhil Khandelwal
> Priority: Minor
>
> As seen below, 'PcdvDebugSigningPropertiesFile' is added twice when gradle is
> invoked. This bug is minor issue and I have a fix for it.
> λ cordova build android --
> --gradleArg=-PcdvDebugSigningPropertiesFile=key.properties
> Running command: d:\apps\test\platforms\android\cordova\build.bat
> --gradleArg=-PcdvDebugSigningPropertiesFile=key.properties
> ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
> JAVA_HOME=C:\Program Files\java\jdk1.8.0_25
> Running: d:\apps\test\platforms\android\gradlew cdvBuildDebug -b
> d:\apps\test\platforms\android\build.gradle -Dorg.gradle.daemon=true
> -PcdvDebugSigningPropertiesFile=key.properties
> -PcdvDebugSigningPropertiesFile=key.properties
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]