Skip to content

Commit

Permalink
Publishing documentation for version 0.10.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
graalvmbot committed Mar 21, 2024
1 parent a3aecd6 commit 0c1f6d8
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 0.10.2-SNAPSHOT/gradle-plugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ <h4 id="configuration-options"><a class="anchor" href="#configuration-options"><
// Copies metadata collected from tasks into the specified directories.
metadataCopy {
inputTaskNames.add("test") // Tasks previously executed with the agent attached.
outputDirectories.add("src/main/resources/META-INF/native-image")
outputDirectories.add("src/main/resources/META-INF/native-image/&lt;groupId&gt;/&lt;artifactId&gt;/") // Replace &lt;groupId&gt; and &lt;artifactId&gt; with GAV coordinates of your project
mergeWithExisting = true // Instead of copying, merge with existing metadata in the output directories.
}

Expand Down Expand Up @@ -916,7 +916,7 @@ <h4 id="configuration-options"><a class="anchor" href="#configuration-options"><
// Copies metadata collected from tasks into the specified directories.
metadataCopy {
inputTaskNames.add("test") // Tasks previously executed with the agent attached.
outputDirectories.add("src/main/resources/META-INF/native-image")
outputDirectories.add("src/main/resources/META-INF/native-image/&lt;groupId&gt;/&lt;artifactId&gt;/") // Replace &lt;groupId&gt; and &lt;artifactId&gt; with GAV coordinates of your project
mergeWithExisting.set(true) // Instead of copying, merge with existing metadata in the output directories.
}

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 0c1f6d8

Please sign in to comment.