Class NativeBuild

java.lang.Object
io.quarkus.deployment.pkg.steps.NativeBuild
All Implemented Interfaces:
BooleanSupplier

@Deprecated public class NativeBuild extends Object implements BooleanSupplier
Deprecated.
In the future, it will be possible to request multiple output types.
Supplier that can be used to only run build steps in the native build. WARNING: In most cases extensions will want to use NativeOrNativeSourcesBuild to ensure that the extension works properly when the build produces a native-sources artifact instead of a native binary. This build item should be used only when there is a real need for a step to run exclusively for a native build.
  • Constructor Details

    • NativeBuild

      public NativeBuild(NativeConfig nativeConfig)
      Deprecated.
  • Method Details