Skip to content

Commit

Permalink
Fix kotlin snippet for disabling metadata repository support
Browse files Browse the repository at this point in the history
  • Loading branch information
dnestoro committed Feb 6, 2024
1 parent 3c1783d commit 5f2bfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0.10.0/gradle-plugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ <h3 id="_configuring_the_metadata_repository"><a class="anchor" href="#_configur
<div class="content">
<pre class="highlightjs highlight"><code data-lang="kotlin" class="language-kotlin hljs">graalvmNative {
metadataRepository {
enabled.set(true)
enabled.set(false)
}
}</code></pre>
</div>
Expand Down

0 comments on commit 5f2bfe6

Please sign in to comment.