We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef9aab commit c21a826Copy full SHA for c21a826
samples/springboot3/pet-store-native/pom.xml
@@ -78,7 +78,7 @@
78
<artifactId>native-maven-plugin</artifactId>
79
<configuration>
80
<buildArgs>
81
- <buildArg>--enable-url-protocols=http --enable-preview</buildArg>
+ <buildArg>--enable-url-protocols=http --enable-preview -march=compatibility</buildArg>
82
</buildArgs>
83
</configuration>
84
<executions>
0 commit comments