xingchen1997 commented on issue #3589:
URL: https://github.com/apache/amoro/issues/3589#issuecomment-2938100507

   [Resolved] Build failed due to incorrect Java version
   
   Thanks for reporting!
   
   Root Cause:
   Maven was using Java 23 by default, but the project requires Java 8.
   
   Solution:
   1. Switched to Java 8 via:
   export JAVA_HOME=$(/usr/libexec/java_home -v 1.8)
   2. Verified the environment:
   mvn -v  # Now shows Java 1.8.0_432 (Corretto)
   3. Successfully rebuilt:
   mvn clean package -DskipTests
   


-- 
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