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-09 16:27:18 -04:00 committed by GitHub
commit d0df2a7c21
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 "$@"