fmorg-git commented on code in PR #154: URL: https://github.com/apache/ozone-site/pull/154#discussion_r2412238511
########## docs/08-developer-guide/01-build/01-maven.md: ########## @@ -45,6 +45,116 @@ Choose one of the following methods to get the source code: Apache Ozone uses [Maven](https://maven.apache.org/) as its build system. The build process compiles the source code, runs tests, and creates deployable artifacts. The project supports various build configurations to accommodate different development and deployment needs. +### Additional Steps Required For ARM-based Apple Silicon Macs (M1, etc) + +If you are running on an ARM-based Apple Silicon Mac, please perform the additional steps in this section. + +#### Prerequisites + +- [Gradle](https://gradle.org/) - Gradle 7.0 or higher +- [Compatible JVM for gRPC Java v1.71.0](https://github.com/grpc/grpc-java/blob/v1.71.0/README.md) - Compatible JVM for gRPC and Gradle Review Comment: So I recall I had a Gradle 7.x installed and then it upgraded itself to Gradle 8.x and then I had to upgrade my JDK version to work with Gradle 8.x. But I'm seeing in the Gradle Compatibility Matrix (https://docs.gradle.org/current/userguide/compatibility.html#:~:text=may%20not%20work.-,Java%20Runtime,by%20a%20specific%20Gradle%20release:) that Gradle 8.x should work with Java 8, so I don't know why I was having issues. -- 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]
