Gradle - Language (DSL) Groovy / Kotlin

Gradle - Language (DSL) Groovy / Kotlin

About

Gradle knowns two DSL language:





Discover More
Gradle - Api

The gradle api is the core module of Gradle and provides task. The API can be seen in the lang reference
Idea Create Gradle Project
Gradle - Getting Started

How to get a minimal project to start with gradle installation Create a project with gradle init (preferred) or with idea This method is the preferred one...
Gradle - Groovy DSL Syntax

The Groovy DSL syntax is a gradle DSL syntax based on groovy. Groovy
Gradle - Kotlin DSL

A page the Kotlin DSL syntax of gradle Kotlin is static typing based language and offers then all IDE feature such as auto-completion,... whereas groovy is not. ...
Gradle - Task

A build process execute a graph of tasks. Task may just be: container (lifecycle task) or provided by plugin In execution with the wrapper of the project Tasks themselves consist of:...



Share this page:
Follow us:
Task Runner