You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Andrew Grieve (JIRA)" <ji...@apache.org> on 2015/01/06 19:37:35 UTC

[jira] [Created] (CB-8255) Android gradle builds should be configurable via gradle properties instead of custom environment variables

Andrew Grieve created CB-8255:
---------------------------------

             Summary: Android gradle builds should be configurable via gradle properties instead of custom environment variables
                 Key: CB-8255
                 URL: https://issues.apache.org/jira/browse/CB-8255
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android
            Reporter: Andrew Grieve
            Assignee: Andrew Grieve
            Priority: Minor


Gradle has excellent support for build properties, as explained here:

http://www.gradle.org/docs/current/userguide/tutorial_this_and_that.html

Our use of environment variables isn't great, mostly because in Java, environment variables are immutable, and so can't be changed via build-extras.gradle. There needs to be a way to make IDE builds use the same settings as command-line builds, and switching to use gradle properties is a good step towards this (which can be set via environment variables anyways!)



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