Skip to content

Commit 8e1c2e4

Browse files
committed
- fix native image issue
1 parent c67f825 commit 8e1c2e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,7 @@
9797
<artifactId>native-maven-plugin</artifactId>
9898
<configuration>
9999
<buildArgs>
100-
<buildArg>
101-
--initialize-at-build-time=org.springframework.boot.loader.nio.file.NestedFileSystemProvider
102-
</buildArg>
100+
<buildArg>--initialize-at-build-time=org.springframework.boot.loader.nio.file.NestedFileSystemProvider</buildArg>
103101
</buildArgs>
104102
</configuration>
105103
</plugin>

0 commit comments

Comments
 (0)