Replaced --parallel-threads with --max-workers.
--- 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