Gradle Environment Variables: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Gradle Runtime and Project Configuration") |
|||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Gradle_Runtime_and_Project_Configuration#Overview|Gradle Runtime and Project Configuration]] | * [[Gradle_Runtime_and_Project_Configuration#Overview|Gradle 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> |
Revision as of 06:50, 5 October 2020
Internal
Overview
Gradle properties can be specified with environment variables that follow the pattern:
ORG_GRADLE_PROJECT_propertyName=someValue