yaooqinn opened a new pull request, #11625:
URL: https://github.com/apache/incubator-gluten/pull/11625
## What changes were proposed in this pull request?
Replace bare `mvn` with `./build/mvn` wrapper in release scripts to ensure
consistent Maven version and settings across environments.
### Changes:
- `dev/release/build-release.sh`: Use `${GLUTEN_HOME}/build/mvn` for both
Java 8 and Java 17 builds
- `dev/release/bump-version.sh`: Default `MVN_BIN` to
`${GLUTEN_HOME}/build/mvn` instead of bare `mvn`
## How was this patch tested?
Script-only change, verified by inspection. The `GLUTEN_HOME` variable is
already resolved in both scripts before the mvn invocations.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]