Added Artifactory related tasks.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 03 Mar 2020 21:24:43 +0200
changeset 942 0715545658fd
parent 941 1b57d2d794d1
child 943 487c394c0540
Added Artifactory related tasks.
.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.