1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-06 20:57:47 +08:00
This commit is contained in:
Erik Huizinga 2026-03-10 06:10:54 -04:00 committed by GitHub
commit 322d7112d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 "$@"