From 1fca049bc6bc11f4d08b549d44ae38133d351590 Mon Sep 17 00:00:00 2001 From: Aaron Wanjala Date: Tue, 14 Jun 2022 11:26:56 -0400 Subject: [PATCH] docs(sample): remove no-server build arg Proposing this change since [no-server](https://github.com/oracle/graal/issues/2598) is now enabled by default, and I got a warning that this flag is being ignored during the build. For context, I got the warning when building on cloud shell with Graal 22.0.0.2-r17. --- samples/native-image-sample/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml index 543ba126e..99482cfb5 100644 --- a/samples/native-image-sample/pom.xml +++ b/samples/native-image-sample/pom.xml @@ -141,7 +141,6 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> --no-fallback - --no-server @@ -166,4 +165,4 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> - \ No newline at end of file +