mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-04-03 22:45:25 +02:00
Merge 702e64edde
into ac1335125c
This commit is contained in:
commit
19ba5520c0
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue