Skip to content

Commit

Permalink
Ensure GraalVM Native Build Compatibility
Browse files Browse the repository at this point in the history
Motivation:
Ensure GraalVM Native Build Compatibility

Modifications:
Add Native build test

Result:
Ensured GraalVM Native Build Compatibility
  • Loading branch information
jchrys committed Feb 16, 2024
1 parent 55f8f7f commit e7e1843
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions test-native-image/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,6 @@
<buildArgs>--report-unsupported-elements-at-runtime --allow-incomplete-classpath</buildArgs>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
<executions>
<!-- This will do a whitesmoke test: if the substitutions are missing the binary will fail to run -->
<!-- If the metadata is missing the build above will fail -->
<execution>
<id>verify-native-image</id>
<phase>verify</phase>
<goals>
<goal>exec</goal>
</goals>
</execution>
</executions>
<configuration>
<executable>${project.build.directory}/${project.artifactId}</executable>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit e7e1843

Please sign in to comment.