Gradle Configuration: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
=Configuration Files= | =Configuration Files= | ||
==$HOME/.gradle== | |||
==gradle.properties== | ==gradle.properties== | ||
=Build Environment Configuration= | =Build Environment Configuration= |
Revision as of 21:46, 25 April 2018
Internal
Overview
Configuration Files
$HOME/.gradle
gradle.properties
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.
Gradle Properties
Gradle properties are "org.gradle.*" system properties. They are typically stored in a gradle.properties in the project root directory or in Gradle user home.