Class NativeImageRunnerBuildItem

java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.SimpleBuildItem
io.quarkus.deployment.pkg.builditem.NativeImageRunnerBuildItem

public final class NativeImageRunnerBuildItem extends SimpleBuildItem
The resolved factory for the native image runner.

Warning: This build item should not be consumed without the use of NativeOrNativeSourcesBuild in the onlyIf method of BuildStep because that leads to Quarkus having to resolve the container image runtime unnecessarily.

  • Constructor Details

  • Method Details

    • getBuildRunner

      public NativeImageBuildRunner getBuildRunner()
    • isContainerBuild

      public boolean isContainerBuild()