We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e2667 commit c67f825Copy full SHA for c67f825
.sdkmanrc
@@ -0,0 +1,3 @@
1
+# Enable auto-env through the sdkman_auto_env config
2
+# Add key=value pairs of SDKs to use below
3
+java=22-tem
pom.xml
@@ -95,10 +95,13 @@
95
<plugin>
96
<groupId>org.graalvm.buildtools</groupId>
97
<artifactId>native-maven-plugin</artifactId>
98
- </plugin>
99
- <plugin>
100
- <groupId>org.springframework.boot</groupId>
101
- <artifactId>spring-boot-maven-plugin</artifactId>
+ <configuration>
+ <buildArgs>
+ <buildArg>
+ --initialize-at-build-time=org.springframework.boot.loader.nio.file.NestedFileSystemProvider
102
+ </buildArg>
103
+ </buildArgs>
104
+ </configuration>
105
</plugin>
106
</plugins>
107
</build>
0 commit comments