Gradle scripts are configuration scripts.
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 |
each Gradle script implements the Script interface