From 36b79f1ff2a3ce1206b0916b01749a68e3d3034e Mon Sep 17 00:00:00 2001 From: Motouom Victoire Date: Fri, 8 Nov 2024 11:17:02 +0100 Subject: [PATCH] Applied changes requested. --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5344a7596..a7a60d7b7 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,7 @@ - [Config Files](#config-files) - [Variable Substitution](#variable-substitution) - - [Supported Substitutions](#supported-substitutions) - [Logging](#logging) - - [JSON Logging Support](#json-logging-support) - - [Log Level](#log-level) - [Supported Features](#supported-features) - [Compatibility with Keycloak](#compatibility-with-keycloak) - [Build this Project](#build-this-project) @@ -21,10 +18,6 @@ - [Docker](#docker) - [Helm](#helm) - [Configuration](#configuration) - - [CLI Options / Environment Variables](#cli-options--environment-variables) - - [Keycloak Options](#keycloak-options) - - [Import Options](#import-options) - - [Spring Boot Options](#spring-boot-options) - [Perform Release](#perform-release) - [Commercial Support](#commercial-support) @@ -114,6 +107,8 @@ Further development requirements - Java Development Kit (JDK) - Docker Desktop or an alternative replacement (e.g Rancher Desktop) +Before running `mvn verify`, you have to set the JAVA_HOME environment variable to prevent some test failures. + ```shell ./mvnw verify