Issues compiling metasfresh

Hello developpers !
I’d like to contribute to Metasfresh ERP. My hardware configuration doesn’t support docker so I build and install manually from folder (backend/front) with gradle. But I never succeeded. I encountered the following error :slight_smile:
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17.541 s
[INFO] Finished at: 2024-04-13T10:46:39+03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project de.metas.migration.base: Compilation failure → [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] MojoFailureException - Apache Maven - Apache Software Foundation
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :de.metas.migration.base

I’m hoping for your help dear developpers !
Thanks.