浏览代码

gradle: fix command option name in completion (#6586)

It should be `--rerun-tasks`, the original one miss a 's' at the end.
See https://docs.gradle.org/current/userguide/command_line_interface.html
Wenbing Li 4 年之前
父节点
当前提交
e61228282a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/gradle/gradle.plugin.zsh

+ 1 - 1
plugins/gradle/gradle.plugin.zsh

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