Gradle Environment Variables: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Gradle Runtime and Project Configuration") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[ | * [[Gradle Properties - Runtime and Project Configuration#Overview|Gradle Properties - Runtime and Project Configuration]] | ||
=Overview= | |||
Gradle properties can be specified with environment variables that follow the pattern: | |||
<syntaxhighlight lang='text'> | |||
ORG_GRADLE_PROJECT_propertyName=someValue | |||
</syntaxhighlight> |
Latest revision as of 22:07, 13 October 2020
Internal
Overview
Gradle properties can be specified with environment variables that follow the pattern:
ORG_GRADLE_PROJECT_propertyName=someValue