mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-03-27 21:37:05 +01: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 [[ -f "$project_root/gradlew" ]]; then
|
||||
echo "executing gradlew instead of gradle"
|
||||
"$project_root/gradlew" "$@"
|
||||
else
|
||||
command gradle "$@"
|
||||
|
|
Loading…
Add table
Reference in a new issue