mirror of https://github.com/ohmyzsh/ohmyzsh.git
Compare commits
2 Commits
6f1b36d560
...
907036f759
Author | SHA1 | Date |
---|---|---|
|
907036f759 | |
|
702e64edde |
|
@ -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