Gradle Properties - Runtime and Project Configuration

From NovaOrdis Knowledge Base
Revision as of 02:01, 5 October 2020 by Ovidiu (talk | contribs) (→‎Overview)
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

TO DEPLETE

Gradle_Variables_and_Properties
Gradle Project Properties