Gradle Configuration: Difference between revisions
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
{{External|https://docs.gradle.org/current/userguide/build_environment.html}} | {{External|https://docs.gradle.org/current/userguide/build_environment.html}} | ||
Gradle behavior is influenced by configuration provided with one or more of the following configuration mechanisms, listed below in the descending order of their precedence: | |||
==Command-Line Flags== | ==Command-Line Flags== | ||
==System Properties== | ==System Properties== | ||
System properties are stored in a [[#gradle.properties|gradle.properties]] file. | |||
==Gradle Properties== | ==Gradle Properties== | ||
==Environment Variables== | ==Environment Variables== |
Revision as of 21:41, 25 April 2018
Internal
Overview
Configuration Files
gradle.properties
$HOME/.gradle
Build Environment Configuration
Gradle behavior is influenced by configuration provided with one or more of the following configuration mechanisms, listed below in the descending order of their precedence:
Command-Line Flags
System Properties
System properties are stored in a gradle.properties file.