Added --fail-fast option.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 23 Mar 2019 15:50:48 +0200
changeset 923 fa297b1cbc0b
parent 922 e2c60fd8f61b
child 924 c171d2b1f725
Added --fail-fast option.
.bash_completion.d/gradle
--- a/.bash_completion.d/gradle	Wed Jan 16 14:20:34 2019 +0200
+++ b/.bash_completion.d/gradle	Sat Mar 23 15:50:48 2019 +0200
@@ -19,7 +19,8 @@
      -b --build-file -c --settings-file -d --debug -e --embedded -g --gradle-user-home --gui -i --info -m --dry-run --no-opt -p --project-dir \
      -q --quiet -r --properties -s --stacktrace -t --tasks -u --no-search-upward -v --version -x --exclude-task \
      --continue --foreground --no-color --project-cache-dir --include-build --recompile-scripts --refresh --refresh-dependencies \
-      --daemon --no-daemon --offline --build-cache --parallel --parallel-threads --profile --status \
+     --fail-fast \
+     --daemon --no-daemon --offline --build-cache --parallel --parallel-threads --profile --status \
      --rerun-tasks --stop"
   local _application_cmds='run startScripts installApp distZip distTar'
   declare -a _extra