Fix gradle command option name
It should be `--rerun-tasks`, the original one miss a 's' at the end
This commit is contained in:
parent
37c2d0ddd7
commit
c4409b2823
@ -71,7 +71,7 @@ function _gradle_arguments() {
|
||||
'--quiet[Log errors only]' \
|
||||
'--recompile-scripts[Forces scripts to be recompiled, bypassing caching]' \
|
||||
'--refresh-dependencies[Refresh the state of dependencies]' \
|
||||
'--rerun-task[Specifies that any task optimization is ignored]' \
|
||||
'--rerun-tasks[Specifies that any task optimization is ignored]' \
|
||||
'--settings-file[Specifies the settings file]' \
|
||||
'--stacktrace[Print out the stacktrace also for user exceptions]' \
|
||||
'--status[Print Gradle Daemon status]' \
|
||||
|
Loading…
Reference in New Issue
Block a user