Gradle Properties - Runtime and Project Configuration
Jump to navigation
Jump to search
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