Added publish task.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 25 Nov 2020 19:39:58 +0200
changeset 954 2a197211653b
parent 953 72ce83eeacc1
child 955 5f3955ac75f3
Added publish task.
.bash_completion.d/gradle
--- a/.bash_completion.d/gradle	Sat Nov 21 23:01:44 2020 +0200
+++ b/.bash_completion.d/gradle	Wed Nov 25 19:39:58 2020 +0200
@@ -64,6 +64,7 @@
 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
+publish - Publishes all publications produced by this project
 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.