From cdc415cc69cf4385a94a6827464a0e5c1c0ede9e Mon Sep 17 00:00:00 2001 From: fattila16 Date: Mon, 25 Sep 2023 11:16:58 +0200 Subject: [PATCH] docs: update the docs of the `JavaProvider` to include that spring v1 is not supported anymore Co-authored-by: Tibor Toth --- docs/pages/docs/providers/java.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/pages/docs/providers/java.md b/docs/pages/docs/providers/java.md index dfd7cfd361..9fef431cad 100644 --- a/docs/pages/docs/providers/java.md +++ b/docs/pages/docs/providers/java.md @@ -42,7 +42,16 @@ If Maven is found: If Gradle is found: ``` -./gradlew build +./gradlew clean build -x check -x test +``` + +If Gradle and Springboot is found: + +:warning: The default command only supports spring versions where the `bootJar` task has +been introduced (which happened in v2), thus `spring v1` is not supported. + +``` +./gradlew clean bootJar ``` ## Start