Open sdqali opened 5 years ago
Comments for Accessing Environment Variables in Gradle
Where to set the variables?
@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
Comments for Accessing Environment Variables in Gradle