# HG changeset patch # User Oleksandr Gavenko # Date 1500155188 -10800 # Node ID be65947cc359d3524b80b0af81a1d9033643fad5 # Parent 2fd1c329e686c8cd9f041eff8dfade51557ede95 Added additional ``init`` plugin supported types. diff -r 2fd1c329e686 -r be65947cc359 .bash_completion.d/gradle --- 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") )