jbampton commented on PR #2188: URL: https://github.com/apache/sedona/pull/2188#issuecomment-3130891878
Seems that 4 versions of Java are already installed by default in the Ubuntu 24 image as seen below and that is why this "system" or Java hook has passed on GitHub Actions. And a version of Maven is installed as well. But when running this hook on your local machine you do need Java and most likely Java 11. I did try running this hook at first with Java 21 and the hook failed with a Java code exception. The result lead to using Java 11 successfully. https://github.com/actions/runner-images/blob/ubuntu24/20250720.1/images/ubuntu/Ubuntu2404-Readme.md#java https://github.com/actions/runner-images/blob/ubuntu24/20250720.1/images/ubuntu/Ubuntu2404-Readme.md#project-management <img width="826" height="500" alt="Screenshot from 2025-07-29 16-29-13" src="https://github.com/user-attachments/assets/da30873d-282e-4ca4-857f-9930c51e5cdf" /> <img width="2550" height="1171" alt="Screenshot from 2025-07-29 16-27-28" src="https://github.com/user-attachments/assets/a08236c2-aac5-4c1b-8f3b-d9c581aac48b" /> -- 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]
