Gradle help Task: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Gradle Task =Overview=") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | |||
=Internal= | =Internal= | ||
* [[Gradle_Task#Built-in_Tasks|Gradle Task]] | * [[Gradle_Task#Built-in_Tasks|Gradle Task]] | ||
=Overview= | =Overview= | ||
Displays a help message. | |||
=In-line Help for a Specific Task= | |||
<syntaxhighlight lang='bash'> | |||
gradle help --task <task-name> | |||
</syntaxhighlight> |
Latest revision as of 00:04, 9 November 2020
External
Internal
Overview
Displays a help message.
In-line Help for a Specific Task
gradle help --task <task-name>