Skip to content

Commit 70fd8a6

Browse files
authored
Fix bookshop native images tests in outbound test pipeline (#683)
Currently, outbound tests for bookshop native images are failing with error ``` The configured GraalVM reachability metadata repository at /home/jenkins/agent/workspace/ices-outbound-tests_nightly_main/bookshop-native-image/srv/target/graalvm-reachability-metadata/7de5023997d2db6ebc9d2d50543cec2be999dfb7 does not contain a 'schemas' directory. Requires GraalVM Reachability Metadata 0.3.33 or newer which packages the required schemas ``` This PR is updating the reachability metadata.
1 parent 132bfe2 commit 70fd8a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

srv/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
<artifactId>native-maven-plugin</artifactId>
170170
<configuration>
171171
<metadataRepository>
172-
<version>0.3.14</version>
172+
<version>0.3.33</version>
173173
</metadataRepository>
174174
</configuration>
175175
</plugin>

0 commit comments

Comments
 (0)