From 683d0885b49369b80b5909d3069702a3e1db3e39 Mon Sep 17 00:00:00 2001 From: melix Date: Thu, 12 Sep 2024 09:37:48 +0000 Subject: [PATCH] Deploying to gh-pages - 09:37:48 --- snapshot/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/snapshot/index.html b/snapshot/index.html index e5d1b6e2..dc76f97a 100644 --- a/snapshot/index.html +++ b/snapshot/index.html @@ -181,7 +181,7 @@

2

the io.micronaut.library plugin is aimed at building Micronaut libraries.

  • -

    the io.micronaut.graalvm plugin integrates with the official GraalVM Native Build Tools plugin and configures it for Micronaut applications.

    +

    the io.micronaut.graalvm plugin integrates with the official GraalVM Native Build Tools plugin and configures it for Micronaut applications.

  • the io.micronaut.aot plugin integrates with Micronaut AOT to produce optimized binaries.

    @@ -957,7 +957,7 @@

    6.2.

    6.3. GraalVM Native Image

    -

    Since version 3.0.0, the Micronaut plugins rely on the official GraalVM plugin to build native executables.

    +

    Since version 3.0.0, the Micronaut plugins rely on the official GraalVM plugin to build native executables.

    Those plugins make use of Gradle toolchains 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. @@ -972,7 +972,7 @@

    6.3. GraalVM Na

    running Gradle with a GraalVM SDK doesn’t necessarily imply that Gradle will use the same SDK to build native executables

  • -

    Gradle will try to locate a compatible GraalVM toolchain to build executables. You can tweak what GraalVM version to use by following the official documentation.

    +

    Gradle will try to locate a compatible GraalVM toolchain to build executables. You can tweak what GraalVM version to use by following the official documentation.

  • @@ -1040,7 +1040,7 @@

    6.3. GraalVM Na
    -

    You can tweak the native executable options by configuring the graalvmNative extension as explained in the plugin documentation.

    +

    You can tweak the native executable options by configuring the graalvmNative extension as explained in the plugin documentation.

    For example, you can add options to the main executable by doing: