Added publish task.
--- 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.