sdqali / hugo

Website
http://sdqali.in
2 stars 3 forks source link

Accessing Environment Variables in Gradle #82

Open sdqali opened 5 years ago

sdqali commented 5 years ago

Comments for Accessing Environment Variables in Gradle

OverLordAct commented 4 years ago

Where to set the variables?

sdqali commented 4 years ago

@OverLordAct You would set the env vars in a place where gradle can access it from. For example, in your shell:

export FOO=bar ./gradle