Added additional ``init`` plugin supported types.
--- a/.bash_completion.d/gradle Wed Jul 05 11:46:02 2017 +0300
+++ b/.bash_completion.d/gradle Sun Jul 16 00:46:28 2017 +0300
@@ -125,7 +125,7 @@
init)
case "$prev" in
--type)
- COMPREPLY=( $(compgen -W "basic groovy-library java-library pom scala-library" -- "$cur") )
+ COMPREPLY=( $(compgen -W "basic groovy-library java-library pom scala-library java-application groovy-application" -- "$cur") )
IFS=$OIFS; return ;;
--test-framework)
COMPREPLY=( $(compgen -W "spock testng" -- "$cur") )