# HG changeset patch # User Oleksandr Gavenko # Date 1606325998 -7200 # Node ID 2a197211653bc4e08f0234da6467fd7239e932df # Parent 72ce83eeacc168f2512ca941c1ccbc3a44147d2d Added publish task. diff -r 72ce83eeacc1 -r 2a197211653b .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.