Replaced --parallel-threads with --max-workers.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 30 Nov 2020 10:49:15 +0200
changeset 956 42ecad5e2cfe
parent 955 5f3955ac75f3
child 957 b491e9c375e7
Replaced --parallel-threads with --max-workers.
.bash_completion.d/gradle
--- a/.bash_completion.d/gradle	Wed Nov 25 20:51:28 2020 +0200
+++ b/.bash_completion.d/gradle	Mon Nov 30 10:49:15 2020 +0200
@@ -22,7 +22,7 @@
      --continue --foreground --no-color --project-cache-dir --include-build --recompile-scripts --refresh --refresh-dependencies
      --fail-fast
      --console
-     --daemon --no-daemon --offline --build-cache --parallel --parallel-threads --profile --status
+     --daemon --no-daemon --offline --build-cache --parallel --max-workers --profile --status
      --rerun-tasks --stop"
   local _application_cmds='run startScripts installApp distZip distTar'
   declare -a _extra