Skip to content

Commit

Permalink
feat: add org.graalvm.sdk:nativeimage dependency (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
burkedavison authored Jul 2, 2024
1 parent 993aa11 commit 658ebed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions native-image-shared-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<properties>
<surefire.version>3.3.0</surefire.version>
<graal-sdk.version>22.3.5</graal-sdk.version>
<graal-sdk-nativeimage.version>24.0.1</graal-sdk-nativeimage.version>
<native-maven-plugin.version>0.10.2</native-maven-plugin.version>
<junit-vintage-engine.version>5.10.2</junit-vintage-engine.version>
<opentest4j.version>1.3.0</opentest4j.version>
Expand All @@ -72,6 +73,11 @@
<artifactId>graal-sdk</artifactId>
<version>${graal-sdk.version}</version>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>nativeimage</artifactId>
<version>${graal-sdk-nativeimage.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 658ebed

Please sign in to comment.