Skip to content

Instantly share code, notes, and snippets.

@martijndwars
Created June 2, 2020 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martijndwars/0812ce3ef2a262ac83c664e10f28ddaa to your computer and use it in GitHub Desktop.
Save martijndwars/0812ce3ef2a262ac83c664e10f28ddaa to your computer and use it in GitHub Desktop.
Gradle

Show all tasks in the root project:

./gradlew :tasks --all

Show all tasks in a subproject:

./gradlew :foo:tasks --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment