-
Notifications
You must be signed in to change notification settings - Fork 0
Building from Source
Ahmed edited this page Mar 16, 2026
·
2 revisions
To build and compile EventLens from scratch for local testing or custom deployment.
- JDK 21+
- Node.js 18+
Execute the Gradle shadow jar task from the project root:
./gradlew clean :eventlens-app:shadowJarThis automates the following pipelines:
- Compiles the Kotlin/Java core modules.
- Runs the React/Vite web build (
eventlens-ui->eventlens-api/src/main/resources/web). - Bundles everything into a self-contained Fat JAR located at:
eventlens-app/build/libs/eventlens*.jar