About
Gradle scripts are configuration scripts.
Articles Related
Object
As the script executes, it configures/build an object of a particular type (called the delegate object of the script)
| Type of script | Build and instance of the object |
|---|---|
| Build script | Project |
| Init script | Gradle |
| Settings script | Settings |