.bash_completion.d/gradle
changeset 907 e8259d7d8e3a
parent 893 3cb881498907
child 923 fa297b1cbc0b
equal deleted inserted replaced
906:00b35243abf4 907:e8259d7d8e3a
    28   [[ $COMP_CWORD -gt 1 ]] && prev=${COMP_WORDS[COMP_CWORD-1]}
    28   [[ $COMP_CWORD -gt 1 ]] && prev=${COMP_WORDS[COMP_CWORD-1]}
    29 
    29 
    30   local _tasks_full='help - Displays a help message.
    30   local _tasks_full='help - Displays a help message.
    31 wrapper - Create ./gradlew.
    31 wrapper - Create ./gradlew.
    32 assemble - Assembles the outputs of this project.
    32 assemble - Assembles the outputs of this project.
    33 bootRepackage - Repackage existing JAR and WAR archives so that they can be executed from the command line.
    33 bootJar - Assembles an executable jar archive containing the main classes and their dependencies.
    34 build - Assembles and tests this project.
    34 build - Assembles and tests this project.
    35 buildDependents - Assembles and tests this project and all projects that depend on it.
    35 buildDependents - Assembles and tests this project and all projects that depend on it.
    36 buildNeeded - Assembles and tests this project and all projects it depends on.
    36 buildNeeded - Assembles and tests this project and all projects it depends on.
    37 classes - Assembles main classes.
    37 classes - Assembles main classes.
    38 compileJava - Compile src/main/java.
    38 compileJava - Compile src/main/java.