# HG changeset patch # User Oleksandr Gavenko # Date 1583263483 -7200 # Node ID 0715545658fd3b7e307e899c5ed23f6bb16fd28f # Parent 1b57d2d794d11c3ab8a2f1c995ae506f29a00f97 Added Artifactory related tasks. diff -r 1b57d2d794d1 -r 0715545658fd .bash_completion.d/gradle --- a/.bash_completion.d/gradle Mon Mar 02 13:43:47 2020 +0200 +++ b/.bash_completion.d/gradle Tue Mar 03 21:24:43 2020 +0200 @@ -32,7 +32,6 @@ local _tasks_full='help - Displays a help message. wrapper - Create ./gradlew. assemble - Assembles the outputs of this project. -bootJar - Assembles an executable jar archive containing the main classes and their dependencies. build - Assembles and tests this project. buildDependents - Assembles and tests this project and all projects that depend on it. buildNeeded - Assembles and tests this project and all projects it depends on. @@ -63,7 +62,10 @@ init - Generate basic Gradle project files. install - Installs the archives artifacts into the local Maven repository. javadoc - Generates Javadoc API documentation for the main source code. +bootJar - Assembles an executable jar archive containing the main classes and their dependencies. bootRun - Run the project with support for auto-detecting main class and reloading static resources +artifactoryDeploy - Deploys artifacts and build-info to Artifactory +artifactoryPublish - Adds artifacts and generates build-info to be later deployed to Artifactory flywayBaseline - Baselines an existing database, excluding all migrations up to and including baselineVersion. flywayClean - Drops all objects in the configured schemas. flywayInfo - Prints the details and status information about all the migrations.