pan3793 commented on code in PR #361:
URL: https://github.com/apache/yetus/pull/361#discussion_r2750435691


##########
precommit/src/main/shell/plugins.d/maven.sh:
##########
@@ -16,10 +16,12 @@
 
 declare -a MAVEN_ARGS
 
-if [[ -z "${MAVEN_HOME:-}" ]]; then
-  MAVEN=mvn
-else
+if [[ -e "${BASEDIR}/mvnw" ]]; then

Review Comment:
   @aw-was-here, sorry I don't know what I can do here, I glanced `gradle.sh`, 
which seems to have no Windows-specific logic for `gradlew` detection



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to