Skip to main content

ihub-native

Henry...Less than 1 minute

ihub-native

plugin description

ihub-nationplugin is based only onspring-bootplugin extension introductionorg.graalvm.buildtools.nativeplugins for detailsseeopen in new window.

InformationDescription
Plugin IDpub.ihub.plugin.ihub-native
Plugin NameNative Plugin
Plugin TypeProject[^Project]
Extension NameiHubNative
Plugin Dependenciesihub-boot,org.graalvm.buildtools.nativeopen in new window

Extended Properties

ExtensionDescriptionDefaultExt[^Ext]Prj[^Prj]Sys[^Sys]Env[^Env]
bpNativeImageWhether to enable original image buildtrue
bpNativeImageBuildArgumentsParameters passed to original image commands

Plugin Installation

Kotlin
plugins {
    id("pub.ihub.plugin.ihub-native")
}

Configuration Example

Kotlin
iHubBoot {
    bpJvmVersion.set('11')
}
iHubNative L
    bpNativeImage.set(true)
}