File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -286,6 +286,7 @@ __gradle_subcommand() {
286286 '--recompile-scripts[Force build script recompiling.]' \
287287 '--refresh[Refresh the state of resources of the type(s) specified.]:refresh policy:(dependencies)' \
288288 '--refresh-dependencies[Refresh the state of dependencies.]' \
289+ '--rerun[Causes the particular task to be rerun even if up-to-date.]' \
289290 '--rerun-tasks[Ignore previously cached task results.]' \
290291 '(--no-scan)--scan[Create a build scan.]' \
291292 '(-S --full-stacktrace)'{-s,--stacktrace}'[Print out the stacktrace for all exceptions.]' \
@@ -377,6 +378,7 @@ _gradle() {
377378 '--recompile-scripts[Force build script recompiling.]' \
378379 '--refresh[Refresh the state of resources of the type(s) specified.]:refresh policy:(dependencies)' \
379380 '--refresh-dependencies[Refresh the state of dependencies.]' \
381+ '--rerun[Causes the particular task to be rerun even if up-to-date.]' \
380382 '--rerun-tasks[Ignore previously cached task results.]' \
381383 '(--no-scan)--scan[Create a build scan.]' \
382384 '(-S --full-stacktrace)'{-s,--stacktrace}'[Print out the stacktrace for all exceptions.]' \
Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ __gradle-long-options() {
118118--quiet - Log errors only
119119--recompile-scripts - Forces scripts to be recompiled, bypassing caching
120120--refresh-dependencies - Refresh the state of dependencies
121+ --rerun - Causes the particular task to be rerun even if up-to-date.
121122--rerun-tasks - Specifies that any task optimization is ignored
122123--scan - Create a build scan
123124--settings-file - Specifies the settings file
You can’t perform that action at this time.
0 commit comments