- Java 11
- Docker daemon
To compile and build the projects:
./gradlew assembleTo do a full build with tests and the formatter:
./gradlew build./gradlew dependencyCheckAnalyze --infoThe report for each project can be found at build/reports/dependency-check-report.html.
The build can fail because the static analysis tool, Spotless, detects an issue. To correct most Spotless issues:
./gradlew spotlessApplyFor more information about spotless checks see here.
For more information on the service and how it should operate and be deployed in front of other services, see the
README.md under deployments/keycloak-security.