Skip to content

Commit

Permalink
fix(plugins/gradle): fix the redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga authored Jan 27, 2025
1 parent 263934e commit 55296ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/gradle/gradle.plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function gradle-or-gradlew() {

# if gradlew found, run it instead of gradle
if [[ -f "$project_root/gradlew" ]]; then
echo "executing gradlew instead of gradle"
echo "executing gradlew instead of gradle" >&2
"$project_root/gradlew" "$@"
else
command gradle "$@"
Expand Down

0 comments on commit 55296ce

Please sign in to comment.