pan3793 commented on code in PR #3179:
URL: https://github.com/apache/celeborn/pull/3179#discussion_r2022243613
##########
build/release/release.sh:
##########
@@ -54,6 +54,14 @@ if [[ ${RELEASE_VERSION} =~ .*-SNAPSHOT ]]; then
exit 1
fi
+if [ -z "$JAVA8_HOME" ]; then
+ echo "Error: JAVA8_HOME is not set, cannot proceed."
+ exit 1
+elif [ -z "$JAVA11_HOME" ]; then
Review Comment:
let's also mention it in usage
--
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]