You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since release 0.9.11, the plugin adds experimental support for the https://github.com/graalvm/jvm-reachability-metadata/[JVM reachability metadata repository].
342
+
This repository provides GraalVM configuration for libraries which do not officially support GraalVM native.
A metadata repository consists of configuration files for GraalVM.
360
+
The plugin will automatically download the configuration metadata from the official repository if you supply the version of the repository you want to use:
Once activated, for each library included in the native image, the plugin will automatically search for GraalVM JVM reachability metadata in the repository.
389
+
In some cases, you may need to exclude a particular module from the search.
390
+
This can be done by adding it to the exclude list:
Last, it is possible for you to override the _metadata version_ of a particular module.
404
+
This may be interesting if there's no specific metadata available for the particular version of the library that you use, but that you know that a version works:
405
+
406
+
.Specifying the metadata version to use for a particular library
Copy file name to clipboardExpand all lines: native-gradle-plugin/src/functionalTest/groovy/org/graalvm/buildtools/gradle/NativeConfigRepoFunctionalTest.groovy
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ class NativeConfigRepoFunctionalTest extends AbstractFunctionalTest {
0 commit comments