.bash_completion.d/gradle
changeset 954 2a197211653b
parent 953 72ce83eeacc1
child 955 5f3955ac75f3
equal deleted inserted replaced
953:72ce83eeacc1 954:2a197211653b
    62 init - Generate basic Gradle project files.
    62 init - Generate basic Gradle project files.
    63 install - Installs the archives artifacts into the local Maven repository.
    63 install - Installs the archives artifacts into the local Maven repository.
    64 javadoc - Generates Javadoc API documentation for the main source code.
    64 javadoc - Generates Javadoc API documentation for the main source code.
    65 bootJar - Assembles an executable jar archive containing the main classes and their dependencies.
    65 bootJar - Assembles an executable jar archive containing the main classes and their dependencies.
    66 bootRun - Run the project with support for auto-detecting main class and reloading static resources
    66 bootRun - Run the project with support for auto-detecting main class and reloading static resources
       
    67 publish - Publishes all publications produced by this project
    67 artifactoryDeploy - Deploys artifacts and build-info to Artifactory
    68 artifactoryDeploy - Deploys artifacts and build-info to Artifactory
    68 artifactoryPublish - Adds artifacts and generates build-info to be later deployed to Artifactory
    69 artifactoryPublish - Adds artifacts and generates build-info to be later deployed to Artifactory
    69 flywayBaseline - Baselines an existing database, excluding all migrations up to and including baselineVersion.
    70 flywayBaseline - Baselines an existing database, excluding all migrations up to and including baselineVersion.
    70 flywayClean - Drops all objects in the configured schemas.
    71 flywayClean - Drops all objects in the configured schemas.
    71 flywayInfo - Prints the details and status information about all the migrations.
    72 flywayInfo - Prints the details and status information about all the migrations.