File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -286,6 +286,7 @@ __gradle_subcommand() {
286
286
'--recompile-scripts[Force build script recompiling.]' \
287
287
'--refresh[Refresh the state of resources of the type(s) specified.]:refresh policy:(dependencies)' \
288
288
'--refresh-dependencies[Refresh the state of dependencies.]' \
289
+ '--rerun[Causes the particular task to be rerun even if up-to-date.]' \
289
290
'--rerun-tasks[Ignore previously cached task results.]' \
290
291
'(--no-scan)--scan[Create a build scan.]' \
291
292
'(-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() {
118
118
--quiet - Log errors only
119
119
--recompile-scripts - Forces scripts to be recompiled, bypassing caching
120
120
--refresh-dependencies - Refresh the state of dependencies
121
+ --rerun - Causes the particular task to be rerun even if up-to-date.
121
122
--rerun-tasks - Specifies that any task optimization is ignored
122
123
--scan - Create a build scan
123
124
--settings-file - Specifies the settings file
You can’t perform that action at this time.
0 commit comments