From e445e5ea39d8d9719ae3113c3c283767a1887ed7 Mon Sep 17 00:00:00 2001 From: Athou Date: Mon, 3 Mar 2025 16:23:09 +0100 Subject: [PATCH] clarify in the README that if -Pnative is used, database should be specified (#1708) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3ab6158..3aac9616 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ memory usage. ### Build from sources - ./mvnw clean package [-P] [-Pnative] [-DskipTests] + ./mvnw clean package [-P [-Pnative]] [-DskipTests] - `` can be one of `h2`, `postgresql`, `mysql` or `mariadb`. The default is `h2`. - `-Pnative` compiles the application to native code. This requires GraalVM to be installed (`GRAALVM_HOME` environment