Add support for local gradle wrapper, gradlew

This commit is contained in:
Ian Tegebo 2015-05-24 12:38:22 -07:00
parent 68c949470e
commit 495833c379
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@
#
# ------------------------------------------------------------------------------
# Wrapper Support
if [[ $service == "gradlew" && -x "./gradlew" ]] ; then
service="./$service"
fi
_gradle() {
typeset -A opt_args