LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

gradle-tasks

Display available Gradle project tasks

TLDR

List main tasks
$ gradle tasks
copy
List all tasks including internal ones
$ gradle tasks --all
copy
List with Gradle wrapper
$ ./gradlew tasks
copy
List tasks for a subproject
$ gradle :app:tasks
copy
List tasks in a specific group
$ gradle tasks --group [build]
copy
Get help on a specific task
$ gradle help --task [taskName]
copy

SYNOPSIS

gradle tasks [--all] [--group name]

DESCRIPTION

gradle tasks displays available tasks for the selected project. By default, it shows only tasks assigned to a task group that have descriptions. Use --all to include ungrouped, internal, and lifecycle tasks. Use --group to filter by a specific task group. Use gradle help --task to get detailed information about a specific task including its type, path, and options.Tasks are organized into groups such as build, verification, documentation, and help. Custom task groups defined in build scripts also appear in the output.

PARAMETERS

--all

Show all tasks including internal and lifecycle tasks without a group.
--group name
Show only tasks belonging to the specified group.
--no-report
Hide the task rule report at the bottom of the output.

INSTALL

sudo pacman -S gradle
copy
sudo apk add gradle
copy
brew install gradle
copy
nix profile install nixpkgs#gradle
copy

SEE ALSO

gradle(1), gradle-projects(1), ant(1), mvn(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid