瀏覽代碼

Update pom.xml

Drowsito 2 月之前
父節點
當前提交
21f9077853
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      pom.xml

+ 10 - 0
pom.xml

@@ -156,6 +156,16 @@
 					<parameters>true</parameters>
 				</configuration>
 			</plugin>
+			<plugin>
+				<groupId>org.graalvm.buildtools</groupId>
+				<artifactId>native-maven-plugin</artifactId>
+				<configuration>
+					<imageName>uv-saic-core</imageName>
+					<buildArgs>
+						<buildArg>--no-fallback</buildArg>
+					</buildArgs>
+				</configuration>
+			</plugin>
 			<!-- 
 			<plugin>
 			    <groupId>org.jacoco</groupId>