[ 
https://issues.apache.org/jira/browse/CB-8500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Grieve resolved CB-8500.
-------------------------------
    Resolution: Fixed

commit: beab74adf54ee5914e76b2a39737e6018f23d4fc

> Unify Gradle & Ant on how signing properties are specified
> ----------------------------------------------------------
>
>                 Key: CB-8500
>                 URL: https://issues.apache.org/jira/browse/CB-8500
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Android
>    Affects Versions: 4.0.0
>            Reporter: Nikhil Khandelwal
>            Assignee: Nikhil Khandelwal
>            Priority: Minor
>
> Gradle and Ant build systems both require a properties file to specify 
> release signing parameters. However, the key names for Gradle are 
> Cordova-specific and they are not the same as the one used in Ant:
> Gradle:
> storeFile=..\\..\\android.keystore
> storePassword=android
> keyAlias=nikhilkh
> keyPassword=password
> Ant:
> key.store=..\\..\\android.keystore
> key.alias=nikhilkh
> key.store.password=android
> key.alias.password=password
> I'm considering unifying the key names - changing the gradle ones to be the 
> same as Ant. This will help in an easier implementation of this JIRA:  
> https://issues.apache.org/jira/browse/CB-8483



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