# HG changeset patch # User Oleksandr Gavenko # Date 1536080069 -10800 # Node ID e8259d7d8e3a24b8e19e2bee88134bda580d8826 # Parent 00b35243abf4a78ee8dc77a04d68d139c979e9cc bootRepackage was renamed to bootJar in modern Spring Boot Gradle plugin. diff -r 00b35243abf4 -r e8259d7d8e3a .bash_completion.d/gradle --- a/.bash_completion.d/gradle Wed Aug 22 15:44:28 2018 +0300 +++ b/.bash_completion.d/gradle Tue Sep 04 19:54:29 2018 +0300 @@ -30,7 +30,7 @@ local _tasks_full='help - Displays a help message. wrapper - Create ./gradlew. assemble - Assembles the outputs of this project. -bootRepackage - Repackage existing JAR and WAR archives so that they can be executed from the command line. +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.