Gradle Task: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://docs.gradle.org/current/dsl/org.gradle.api.Task.html =Internal= * Gradle Concepts =Overview=")
 
Line 8: Line 8:


=Overview=
=Overview=
A Task represents a single atomic piece of work for a build, such as compiling classes or generating javadoc.

Revision as of 19:29, 17 May 2018

External

Internal

Overview

A Task represents a single atomic piece of work for a build, such as compiling classes or generating javadoc.