Fix gradle command option name

It should be `--rerun-tasks`, the original one miss a 's' at the end
This commit is contained in:
Wenbing Li 2018-01-30 16:10:47 -08:00
parent 37c2d0ddd7
commit c4409b2823

View File

@ -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]' \