mirror of https://github.com/ohmyzsh/ohmyzsh.git
Compare commits
3 Commits
21118b85f3
...
72eb4ac999
Author | SHA1 | Date |
---|---|---|
Erik Huizinga | 72eb4ac999 | |
dependabot[bot] | 6e9cda3d30 | |
Erik Huizinga | 702e64edde |
|
@ -3,5 +3,5 @@ charset-normalizer==3.4.1
|
|||
idna==3.10
|
||||
PyYAML==6.0.2
|
||||
requests==2.32.3
|
||||
semver==3.0.2
|
||||
semver==3.0.3
|
||||
urllib3==2.3.0
|
||||
|
|
|
@ -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 New Issue