Skip to content

Commit

Permalink
- fix native image issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ubaid4j committed May 30, 2024
1 parent c67f825 commit 8e1c2e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@
<artifactId>native-maven-plugin</artifactId>
<configuration>
<buildArgs>
<buildArg>
--initialize-at-build-time=org.springframework.boot.loader.nio.file.NestedFileSystemProvider
</buildArg>
<buildArg>--initialize-at-build-time=org.springframework.boot.loader.nio.file.NestedFileSystemProvider</buildArg>
</buildArgs>
</configuration>
</plugin>
Expand Down

0 comments on commit 8e1c2e4

Please sign in to comment.