ihub-native
...Less than 1 minute
ihub-native
plugin description
ihub-nation
plugin is based only onspring-boot
plugin extension introductionorg.graalvm.buildtools.native
plugins for detailssee.
Information | Description |
---|---|
Plugin ID | pub.ihub.plugin.ihub-native |
Plugin Name | Native Plugin |
Plugin Type | Project [^Project] |
Extension Name | iHubNative |
Plugin Dependencies | ihub-boot,org.graalvm.buildtools.native |
Extended Properties
Extension | Description | Default | Ext[^Ext] | Prj[^Prj] | Sys[^Sys] | Env[^Env] |
---|---|---|---|---|---|---|
bpNativeImage | Whether to enable original image build | true | ✔ | ✔ | ❌ | ❌ |
bpNativeImageBuildArguments | Parameters passed to original image commands | ❌ | ✔ | ✔ | ❌ | ❌ |
Plugin Installation
Kotlin
plugins {
id("pub.ihub.plugin.ihub-native")
}
Groovy
plugins {
id 'pub.ihub.plugin.ihub-native'
}
Configuration Example
Kotlin
iHubBoot {
bpJvmVersion.set('11')
}
iHubNative L
bpNativeImage.set(true)
}
Groovy
iHubBoot {
bpJvmVersion = '11'
}
iHubNative LO
bpNative = true
} }