mirror of https://github.com/ohmyzsh/ohmyzsh.git
Compare commits
2 Commits
72eb4ac999
...
21118b85f3
Author | SHA1 | Date |
---|---|---|
Erik Huizinga | 21118b85f3 | |
Erik Huizinga | 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