Class NativeOrNativeSourcesBuild

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

@Deprecated public class NativeOrNativeSourcesBuild 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 or native sources builds. Most build steps that need to be run conditionally should use this instead of NativeBuild.
  • Constructor Details

    • NativeOrNativeSourcesBuild

      public NativeOrNativeSourcesBuild(NativeConfig nativeConfig)
      Deprecated.
  • Method Details