mirror of https://github.com/ohmyzsh/ohmyzsh.git
Merge 702e64edde
into 6e9cda3d30
This commit is contained in:
commit
72eb4ac999
|
@ -15,7 +15,6 @@ function gradle-or-gradlew() {
|
||||||
|
|
||||||
# if gradlew found, run it instead of gradle
|
# if gradlew found, run it instead of gradle
|
||||||
if [[ -f "$project_root/gradlew" ]]; then
|
if [[ -f "$project_root/gradlew" ]]; then
|
||||||
echo "executing gradlew instead of gradle"
|
|
||||||
"$project_root/gradlew" "$@"
|
"$project_root/gradlew" "$@"
|
||||||
else
|
else
|
||||||
command gradle "$@"
|
command gradle "$@"
|
||||||
|
|
Loading…
Reference in New Issue