Gradle Task: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 13: Line 13:
==Task Action Closure==
==Task Action Closure==


Task action closures can be used to define custom simple tasks, in-line in [[build.gradle]] or in a [[Gradle_Plugin_Concepts#Script_Plugin|script plugin]].
Task action closures can be used to [[Extending_Gradle#Simple_Task|define]] custom simple tasks, in-line in [[build.gradle]] or in a [[Gradle_Plugin_Concepts#Script_Plugin|script plugin]].


=Custom Tasks=
=Custom Tasks=

Revision as of 06:07, 24 September 2020

External

Internal

Task API

org.gradle.api.Task

Overview

Task Action

Task Action Closure

Task action closures can be used to define custom simple tasks, in-line in build.gradle or in a script plugin.

Custom Tasks

Extending Gradle with Custom Tasks

TO DEPLETE

Gradle Task TODEPLETE