File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 192192 <version >1.13.1</version >
193193 </plugin >
194194 <plugin >
195- <groupId >org.graalvm.nativeimage </groupId >
196- <artifactId >native-image- maven-plugin</artifactId >
197- <version >${graalvm.version} </version >
195+ <groupId >org.graalvm.buildtools </groupId >
196+ <artifactId >native-maven-plugin</artifactId >
197+ <version >0.9.10 </version >
198198 </plugin >
199199 </plugins >
200200 </pluginManagement >
206206 <build >
207207 <plugins >
208208 <plugin >
209- <groupId >org.graalvm.nativeimage</groupId >
210- <artifactId >native-image-maven-plugin</artifactId >
209+ <groupId >org.graalvm.buildtools</groupId >
210+ <artifactId >native-maven-plugin</artifactId >
211+ <extensions >true</extensions >
211212 <executions >
212213 <execution >
214+ <id >build-native</id >
213215 <goals >
214- <goal >native-image </goal >
216+ <goal >build </goal >
215217 </goals >
216218 <phase >package</phase >
217219 </execution >
You can’t perform that action at this time.
0 commit comments