Gradle Properties - Runtime and Project Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 4: Line 4:
* [[Gradle_Concepts#Properties|Gradle Concepts]]
* [[Gradle_Concepts#Properties|Gradle Concepts]]
=Overview=
=Overview=
"Properties" represent in this context


Properties are exposed by [[Gradle Project#Overview|projects]] and [[Gradle Task#Overview|tasks]] and help to configure and control the [[Gradle_Concepts#Build_Lifecycle|build]].
Properties are exposed by [[Gradle Project#Overview|projects]] and [[Gradle Task#Overview|tasks]] and help to configure and control the [[Gradle_Concepts#Build_Lifecycle|build]].

Revision as of 01:48, 5 October 2020

External

Internal

Overview

"Properties" represent in this context




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