# HG changeset patch # User Oleksandr Gavenko # Date 1553349048 -7200 # Node ID fa297b1cbc0b47383316b703d2d179a7cff79d36 # Parent e2c60fd8f61ba2ffa65b9265972831d59e8c1e40 Added --fail-fast option. diff -r e2c60fd8f61b -r fa297b1cbc0b .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