.bash_completion.d/gradle
changeset 941 1b57d2d794d1
parent 940 1598b6de4108
child 942 0715545658fd
equal deleted inserted replaced
940:1598b6de4108 941:1b57d2d794d1
    43 processTestResources - Process src/test/resources.
    43 processTestResources - Process src/test/resources.
    44 uploadArchives - Deploy build to repository.
    44 uploadArchives - Deploy build to repository.
    45 clean - Deletes the build directory.
    45 clean - Deletes the build directory.
    46 cleanTest - Delete tests.
    46 cleanTest - Delete tests.
    47 jar - Assembles a jar archive containing the main classes.
    47 jar - Assembles a jar archive containing the main classes.
       
    48 javadocJar - Assembles a jar archive containing the main javadoc.
       
    49 sourcesJar - Assembles a jar archive containing the main sources.
    48 testClasses - Assembles test classes.
    50 testClasses - Assembles test classes.
    49 buildEnvironment - Displays all buildscript dependencies.
    51 buildEnvironment - Displays all buildscript dependencies.
    50 components - Displays the components.
    52 components - Displays the components.
    51 dependencies - Displays all dependencies.
    53 dependencies - Displays all dependencies.
    52 dependencyInsight - Displays the insight into a specific dependency.
    54 dependencyInsight - Displays the insight into a specific dependency.