Gradle tasks Task: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 4: Line 4:
=Overview=
=Overview=
Displays the tasks runnable from the project.
Displays the tasks runnable from the project.
=Listing All Available Tasks=
<syntaxhighlight lang='text'>
gradle tasks --all
</syntaxhighlight>

Revision as of 21:11, 4 October 2020

Internal

Overview

Displays the tasks runnable from the project.

Listing All Available Tasks

gradle tasks --all