Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

environment

Marcel Kloubert edited this page Dec 25, 2017 · 2 revisions

Home >> Settings >> Environment settings

Environment settings

Defines settings for the environment of the current process.

{
    "deploy.reloaded": {
        "env": {
            "importVarsAsPlaceholders": true,

            "vars": {
                "ANDROID_HOME": "${homeDir}/android/sdk",
                "Path": "E:\\ant\\bin;${Path}"
            }
        }
    }
}
Name Description
importVarsAsPlaceholders Automatically import environment variables as placeholders or not. Default: (true)
vars* Defines one or more additional environment variable for the current process.

* supports placeholders

Variables

Defines one or more environment variable for the current process.

{
    "deploy": {
        "env": {
            "vars": {
                "JAVA_HOME": "C:\\Program Files\\Java\\jdk1.8.0_51"
            }
        }
    }
}
Clone this wiki locally