File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >2.3.3.RELEASE </version >
8+ <version >2.4.0-M2 </version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111 <groupId >io.jonashackt</groupId >
1818 <java .version>8</java .version>
1919 <start-class >io.jonashackt.springbootgraal.SpringBootHelloApplication</start-class >
2020 <spring-graalvm-native .version>0.8.0</spring-graalvm-native .version>
21+ <native-image-maven-plugin .version>20.2.0</native-image-maven-plugin .version>
2122 </properties >
2223
2324 <dependencies >
8788 <plugin >
8889 <groupId >org.graalvm.nativeimage</groupId >
8990 <artifactId >native-image-maven-plugin</artifactId >
90- <version >20.2.0 </version >
91+ <version >${native-image-maven-plugin.version} </version >
9192 <configuration >
9293 <buildArgs >-J-Xmx4G -H:+TraceClassInitialization -H:+ReportExceptionStackTraces -Dspring.native.remove-unused-autoconfig=true -Dspring.native.remove-yaml-support=true</buildArgs >
9394 <imageName >${project.artifactId} </imageName >
You can’t perform that action at this time.
0 commit comments