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 28e2667 commit c67f825
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .sdkmanrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Enable auto-env through the sdkman_auto_env config
# Add key=value pairs of SDKs to use below
java=22-tem
11 changes: 7 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,13 @@
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<buildArgs>
<buildArg>
--initialize-at-build-time=org.springframework.boot.loader.nio.file.NestedFileSystemProvider
</buildArg>
</buildArgs>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit c67f825

Please sign in to comment.