Gradle Properties - Runtime and Project Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:
=Overview=
=Overview=


"Properties" represent in this context  
"Properties" in this context represent external configuration elements passed to a [[Gradle_Concepts#Build_Lifecycle|Gradle build]] to modify the behavior of the Gradle runtime itself, or the behavior of tasks being executed by various projects that are part of the build. Configuration can be passed as:


Modifying the Gradle runtime and the build environment include:


Modifying the behavior of projects and their tasks include:
Extra properties.
Local variables.





Revision as of 02:01, 5 October 2020

External

Internal

Overview

"Properties" in this context represent external configuration elements passed to a Gradle build to modify the behavior of the Gradle runtime itself, or the behavior of tasks being executed by various projects that are part of the build. Configuration can be passed as:

Modifying the Gradle runtime and the build environment include:

Modifying the behavior of projects and their tasks include:


Extra properties.

Local variables.



Properties are exposed by projects and tasks and help to configure and control the build.

Gradle Project Coordinates and State Properties

TO DEPLETE

Gradle_Variables_and_Properties
Gradle Project Properties