Skip to content

Instantly share code, notes, and snippets.

@Ben1980
Created April 7, 2019 20:41
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 Ben1980/fcc534bee9eba6cffa0a4b268f172a9b to your computer and use it in GitHub Desktop.
Save Ben1980/fcc534bee9eba6cffa0a4b268f172a9b to your computer and use it in GitHub Desktop.
[bmahr@localhost gradleNative]$ ./gradlew tasks
> Task :tasks
------------------------------------------------------------
Tasks runnable from root project
------------------------------------------------------------
Build tasks
-----------
assemble - Assembles the outputs of this project.
build - Assembles and tests this project.
clean - Deletes the build directory.
Build Setup tasks
-----------------
init - Initializes a new Gradle build.
wrapper - Generates Gradle wrapper files.
Help tasks
----------
buildEnvironment - Displays all buildscript dependencies declared in root project 'gradleNativ'.
components - Displays the components produced by root project 'gradleNativ'. [incubating]
dependencies - Displays all dependencies declared in root project 'gradleNativ'.
dependencyInsight - Displays the insight into a specific dependency in root project 'gradleNativ'.
dependentComponents - Displays the dependent components of components in root project 'gradleNativ'. [incubating]
help - Displays a help message.
model - Displays the configuration model of root project 'gradleNativ'. [incubating]
projects - Displays the sub-projects of root project 'gradleNativ'.
properties - Displays the properties of root project 'gradleNativ'.
tasks - Displays the tasks runnable from root project 'gradleNativ' (some of the displayed tasks may belong to subprojects).
IDE tasks
---------
cleanVisualStudio
cleanXcode - Cleans XCode project files (xcodeproj)
openVisualStudio - Opens the Visual Studio solution
openXcode - Opens the Xcode workspace
visualStudio
xcode - Generates XCode project files (pbxproj, xcworkspace, xcscheme)
Verification tasks
------------------
check - Runs all checks.
runTest - Executes C++ unit tests.
Rules
-----
Xcode bridge tasks begin with _xcode. Do not call these directly.
Pattern: clean<TaskName>: Cleans the output files of a task.
To see all tasks and more detail, run gradlew tasks --all
To see more detail about a task, run gradlew help --task <task>
BUILD SUCCESSFUL in 0s
1 actionable task: 1 executed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment