Gradle Variables and Properties: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 20: Line 20:


===Command Line Flags===
===Command Line Flags===
Command line flags have precedence over properties and environment variables with the same effect. See: {{Internal|Gradle_Operations#Command_Line|Gradle Command Line}}


===Command Line Property Definitions===
===Command Line Property Definitions===

Revision as of 16:53, 23 May 2018

External

Internal

Overview

Concepts

System Properties

Gradle Properties

Project Properties

Where are These Properties Provided

These configuration methods are listed in the descending order of their precedence, with the highest precedence at the top. The first one encountered wins.

Command Line Flags

Command line flags have precedence over properties and environment variables with the same effect. See:

Gradle Command Line

Command Line Property Definitions

gradle.properties Files

User Home

Project Root

Environment Variables

TODO

tmp