Package io.quarkus.deployment.pkg
Interface NativeConfig.Bundle
- Enclosing interface:
NativeConfig
public static interface NativeConfig.Bundle
-
Method Summary
-
Method Details
-
enabled
Set to enable native-image bundle generation. -
dryRun
@WithDefault("false") boolean dryRun()Generates the native-image bundle through a dry-run build, skipping the actual native-image build. -
name
Set to define the native-image bundle name. If not set the default name will match the native-executable's name suffixed by `.nib`. i.e. `{project.name}-{project.version}-runner.nib`
-