Skip to content

Commit

Permalink
Deploying to gh-pages - 09:37:48
Browse files Browse the repository at this point in the history
  • Loading branch information
melix committed Sep 12, 2024
1 parent af1d5b8 commit 683d088
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions snapshot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ <h2 id="_the_gradle_plugins"><a class="anchor" href="#_the_gradle_plugins"></a>2
<p>the <a href="https://plugins.gradle.org/plugin/io.micronaut.library"><code>io.micronaut.library</code></a> plugin is aimed at building Micronaut libraries.</p>
</li>
<li>
<p>the <a href="https://plugins.gradle.org/plugin/io.micronaut.graalvm"><code>io.micronaut.graalvm</code></a> plugin integrates with the official <a href="https://graalvm.github.io/native-build-tools/0.10.2/gradle-plugin.html">GraalVM Native Build Tools plugin</a> and configures it for Micronaut applications.</p>
<p>the <a href="https://plugins.gradle.org/plugin/io.micronaut.graalvm"><code>io.micronaut.graalvm</code></a> plugin integrates with the official <a href="https://graalvm.github.io/native-build-tools/0.10.3/gradle-plugin.html">GraalVM Native Build Tools plugin</a> and configures it for Micronaut applications.</p>
</li>
<li>
<p>the <a href="https://plugins.gradle.org/plugin/io.micronaut.aot"><code>io.micronaut.aot</code></a> plugin integrates with Micronaut AOT to produce optimized binaries.</p>
Expand Down Expand Up @@ -957,7 +957,7 @@ <h3 id="_kotlin_support_2"><a class="anchor" href="#_kotlin_support_2"></a>6.2.
<div class="sect2">
<h3 id="native-image"><a class="anchor" href="#native-image"></a>6.3. GraalVM Native Image</h3>
<div class="paragraph">
<p>Since version 3.0.0, the Micronaut plugins rely on the <a href="https://graalvm.github.io/native-build-tools/0.10.2/gradle-plugin.html">official GraalVM plugin</a> to build native executables.</p>
<p>Since version 3.0.0, the Micronaut plugins rely on the <a href="https://graalvm.github.io/native-build-tools/0.10.3/gradle-plugin.html">official GraalVM plugin</a> to build native executables.</p>
</div>
<div class="paragraph">
<p>Those plugins make use of <a href="https://docs.gradle.org/8.6/userguide/toolchains.html">Gradle toolchains</a> support, which means that the SDK which is used to build the native is decorrelated from the JVM which is used to launch Gradle itself.
Expand All @@ -972,7 +972,7 @@ <h3 id="native-image"><a class="anchor" href="#native-image"></a>6.3. GraalVM Na
<p>running Gradle with a GraalVM SDK doesn&#8217;t necessarily imply that Gradle will use the same SDK to build native executables</p>
</li>
<li>
<p>Gradle will try to locate a <em>compatible GraalVM toolchain</em> to build executables. You can tweak what GraalVM version to use by following the <a href="https://graalvm.github.io/native-build-tools/0.10.2/gradle-plugin.html#_selecting_the_graalvm_toolchain">official documentation</a>.</p>
<p>Gradle will try to locate a <em>compatible GraalVM toolchain</em> to build executables. You can tweak what GraalVM version to use by following the <a href="https://graalvm.github.io/native-build-tools/0.10.3/gradle-plugin.html#_selecting_the_graalvm_toolchain">official documentation</a>.</p>
</li>
</ul>
</div>
Expand Down Expand Up @@ -1040,7 +1040,7 @@ <h3 id="native-image"><a class="anchor" href="#native-image"></a>6.3. GraalVM Na
</div>
</div>
<div class="paragraph">
<p>You can tweak the native executable options by configuring the <code>graalvmNative</code> extension as explained in the <a href="https://graalvm.github.io/native-build-tools/0.10.2/gradle-plugin.html">plugin documentation</a>.</p>
<p>You can tweak the native executable options by configuring the <code>graalvmNative</code> extension as explained in the <a href="https://graalvm.github.io/native-build-tools/0.10.3/gradle-plugin.html">plugin documentation</a>.</p>
</div>
<div class="paragraph">
<p>For example, you can add options to the main executable by doing:</p>
Expand Down

0 comments on commit 683d088

Please sign in to comment.