This project demonstrates how to integrate Flamingock and GraalVM native image. It includes examples for both Maven and Gradle.
Before you start, ensure you have the following installed:
- GraalVM: Download GraalVM and set it as your Java version.
- Native Image Tool: Install the GraalVM
native-image
tool. - Maven and Gradle: Both are supported, and you can choose your preferred build tool.
- Docker: If you plan to use a Docker-based native image build.
Refer to the setup instructions for your chosen build tool: