From bd19f1a93711f8afb3c4fb3bbe74268d72f35a13 Mon Sep 17 00:00:00 2001 From: "Claus U. (UsC)" <3043061+cl-a-us@users.noreply.github.com> Date: Fri, 20 Dec 2024 21:13:35 +0000 Subject: [PATCH] edit information native build --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 08c291a..5cfee44 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,7 @@ Or build and run with maven locally: ```shell mvn clean -# 'package' contains step 'process-aot' which is needed for native:compile -mvn package -Pnative -mvn native:compile +mvn native:compile -Pnative # If "[1/8] Initializing..." fails, it might be due to a lag of resources. Try increasing the VM resources. ```