Table of Contents

About

Gradle scripts are configuration scripts.

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

Interface

each Gradle script implements the Script interface

Documentation