Gradle Task: Difference between revisions
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
A Task represents a single atomic piece of work for a build, such as compiling classes or generating javadoc. A build consists in executing a sequence of tasks in succession. | A Task represents a single atomic piece of work for a build, such as compiling classes or generating javadoc. A build consists in executing a sequence of tasks in succession. | ||
=Task Types= | |||
<font color=darkgray>TODO: https://docs.gradle.org/current/dsl/#N10376</font> |
Revision as of 19:35, 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. A build consists in executing a sequence of tasks in succession.