github.com/joey-fossa/fossa-cli@v0.7.34-0.20190708193710-569f1e8679f0/buildtools/gradle/testdata/tasks-output.txt (about)

     1  ------------------------------------------------------------
     2  All tasks runnable from root project
     3  ------------------------------------------------------------
     4  
     5  Build tasks
     6  -----------
     7  dependencies-proj:assemble - Assembles the outputs of this project.
     8  dependencies-proj:build - Assembles and tests this project.
     9  dependencies-proj:buildNeeded - Assembles and tests this project and all projects it depends on.
    10  dependencies-proj:classes - Assembles main classes.
    11  
    12  Build Setup tasks
    13  -----------------
    14  init - Initializes a new Gradle build. [incubating]
    15  wrapper - Generates Gradle wrapper files. [incubating]
    16  
    17  Help tasks
    18  ----------
    19  buildEnvironment - Displays all buildscript dependencies declared in root project 'dependencies-proj'.
    20  dependencies-proj:buildEnvironment - Displays all buildscript dependencies declared in project ':dependencies-proj'.
    21  components - Displays the components produced by root project 'dependencies-proj'. [incubating]
    22  dependencies-proj:components - Displays the components produced by project ':dependencies-proj'. [incubating]
    23  dependencies - Displays all dependencies declared in root project 'dependencies-proj'.
    24  dependencies-proj:dependencies - Displays all dependencies declared in project ':dependencies-proj'.
    25  dependencyInsight - Displays the insight into a specific dependency in root project 'dependencies-proj'.
    26  dependencies-proj:dependencyInsight - Displays the insight into a specific dependency in project ':dependencies-proj'.
    27  dependentComponents - Displays the dependent components of components in root project 'dependencies-proj'. [incubating]
    28  dependencies-proj:dependentComponents - Displays the dependent components of components in project ':dependencies-proj'. [incubating]
    29  help - Displays a help message.
    30  dependencies-proj:help - Displays a help message.
    31  model - Displays the configuration model of root project 'dependencies-proj'. [incubating]
    32  dependencies-proj:model - Displays the configuration model of project ':dependencies-proj'. [incubating]
    33  projects - Displays the sub-projects of root project 'dependencies-proj'.
    34  dependencies-proj:projects - Displays the sub-projects of project ':dependencies-proj'.
    35  properties - Displays the properties of root project 'dependencies-proj'.
    36  dependencies-proj:properties - Displays the properties of project ':dependencies-proj'.
    37  tasks - Displays the tasks runnable from root project 'dependencies-proj' (some of the displayed tasks may belong to subprojects).
    38  dependencies-proj:tasks - Displays the tasks runnable from project ':dependencies-proj'.
    39  
    40  Verification tasks
    41  ------------------
    42  dependencies-proj:check - Runs all checks.
    43  dependencies-proj:ktlint - Check Kotlin code style.
    44  dependencies-proj:test - Runs the unit tests.
    45