Skip to content

Commit

Permalink
Fix Gradle docs formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lazar-mitrovic committed Jun 14, 2022
1 parent 2ca05da commit 1994d2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/docs/asciidoc/gradle-plugin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ Once the metadata is collected, it can be copied into the project using the `met
----

The agent can run in multiple modes:

* Standard - Collects metadata without conditions. This is recommended if you are building an executable.
* Conditional - Collects metadata with conditions. This is recommended if you are creating conditional metadata for a library intended for further use.
* Direct - For advanced users only. This mode allows directly controlling the command line passed to the agent.
Expand Down Expand Up @@ -362,9 +363,9 @@ include::../snippets/gradle/kotlin/build.gradle.kts[tags=add-agent-options]
----

[[metadata-support]]
== JVM Reachability Metadata Support
== GraalVM Reachability Metadata Support

Since release 0.9.11, the plugin adds experimental support for the https://github.com/graalvm/jvm-reachability-metadata/[JVM reachability metadata repository].
Since release 0.9.11, the plugin adds experimental support for the https://github.com/graalvm/graalvm-reachability-metadata/[GraalVM reachability metadata repository].
This repository provides GraalVM configuration for libraries which do not officially support GraalVM native.

=== Enabling the metadata repository
Expand Down

0 comments on commit 1994d2d

Please sign in to comment.