Gradle - Statement

About

Language - Statement (Minimal unit of execution) in Gradle.

Statements are found in a script and can express:

  • method calls,
  • property assignments,
  • and local variable definitions.





Discover More
Gradle - Block

block in Gradle. A block is found in a script and is a method call which takes a closure as a parameter. The closure is treated as a configuration closure which configures some delegate object as it executes....
Gradle - build.gradle

build.gradle is a gradle script that is read and builds in memory an instance of Project There is a one-to-one relationship between...



Share this page:
Follow us:
Task Runner