# HG changeset patch # User Oleksandr Gavenko # Date 1488788569 -7200 # Node ID 50ca934b19e63eee47c6c2e9a9023ca6f0f4ee56 # Parent 4ab3110d3c9dd6ef75396c506ffbf7b56b009c2f Simplify syntax. diff -r 4ab3110d3c9d -r 50ca934b19e6 .bash_completion.d/gradle --- a/.bash_completion.d/gradle Mon Mar 06 10:22:06 2017 +0200 +++ b/.bash_completion.d/gradle Mon Mar 06 10:22:49 2017 +0200 @@ -52,7 +52,7 @@ idea - Generates IDEA project files (IML, IPR, IWS) check - Runs all checks. test - Runs the unit tests. -install - Installs the 'archives' artifacts into the local Maven repository. +install - Installs the archives artifacts into the local Maven repository. javadoc - Generates Javadoc API documentation for the main source code. bootRun - Run the project with support for auto-detecting main class and reloading static resources flywayBaseline - Baselines an existing database, excluding all migrations up to and including baselineVersion.