mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
Merge 702e64edde into b37dd49ca5
This commit is contained in:
commit
ccb21bcba8
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…
Reference in a new issue