Gradle - Property
About
Properties are a way to define the environment of a build.
Management
Type
Gradle has three different property scope:
- Gradle - System Property - java system property
- Gradle - Project Property - project property
- Gradle - Property plugin - plugin property
- extra properties