Gradle Properties - Runtime and Project Configuration: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=Overview= | =Overview= | ||
"Properties" | "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