Skip to content

Instantly share code, notes, and snippets.

@ubuntudroid
Created April 3, 2018 11:13
Show Gist options
  • Save ubuntudroid/ac744329409374fa97399e88815e42be to your computer and use it in GitHub Desktop.
Save ubuntudroid/ac744329409374fa97399e88815e42be to your computer and use it in GitHub Desktop.
def localPropertyApiToken = … // read api token from local.properties
def systemEnvApiToken = … // read api token from system environment variable
ext.api_token = localPropertyApiToken != null ? localPropertyApiToken : systemEnvApiToken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment