[ 
https://issues.apache.org/jira/browse/CB-8500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14324800#comment-14324800
 ] 

ASF GitHub Bot commented on CB-8500:
------------------------------------

GitHub user nikhilkh opened a pull request:

    https://github.com/apache/cordova-android/pull/155

    CB-8500 Change gradle siging property names to be the same as Ant

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-android CB-8500

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-android/pull/155.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #155
    
----
commit f79a3eff15b102d9640d6340d09d0f71ecb83cd0
Author: Nikhil Khandelwal <[email protected]>
Date:   2015-02-17T20:12:25Z

    CB-8500 Change gradle siging property names to be the same as Ant

----


> 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