.bash_completion.d/gradle
changeset 933 8df13eb76a24
parent 932 75fd41de9786
child 936 7c8a97e5273d
equal deleted inserted replaced
932:75fd41de9786 933:8df13eb76a24
    97           COMPREPLY=( --configuration )
    97           COMPREPLY=( --configuration )
    98           IFS=$OIFS; return ;;
    98           IFS=$OIFS; return ;;
    99       esac
    99       esac
   100   fi
   100   fi
   101 
   101 
       
   102   # https://docs.gradle.org/current/userguide/java_library_plugin.html
   102   # configurations.each { println it.name + " - " + it.description }
   103   # configurations.each { println it.name + " - " + it.description }
   103   local _configs="annotationProcessor     - Annotation processors and their dependencies for source set 'main'.
   104   local _configs="annotationProcessor     - Annotation processors and their dependencies for source set 'main'.
   104 api                     - API dependencies for source set 'main'.
   105 api                     - API dependencies for source set 'main'.
   105 apiElements             - API elements for main.
   106 apiElements             - API elements for main.
   106 archives                - Configuration for archive artifacts.
   107 archives                - Configuration for archive artifacts.