You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The program depends on cjk fonts when running.
These fonts are not included in the default Native Image.
How to configure the fonts to be installed in the package, or customize the running image after Native packaging?
gradle kotlin configuration :
import org.springframework.boot.gradle.tasks.bundling.BootBuildImage
plugins {
kotlin("jvm") version "2.1.0"
kotlin("plugin.spring") version "2.1.0"
kotlin("plugin.jpa") version "2.1.0"
id("org.hibernate.orm") version "6.6.4.Final"
id("org.springframework.boot") version "3.4.1"
id("io.spring.dependency-management") version "1.1.7"
id("org.graalvm.buildtools.native") version "0.10.4"
}
// Omit some configuration
tasks.withType<BootBuildImage> {
imageName = "${project.name.lowercase()}:${project.version}"
}
Please help me...
The text was updated successfully, but these errors were encountered:
The program depends on cjk fonts when running.
These fonts are not included in the default Native Image.
How to configure the fonts to be installed in the package, or customize the running image after Native packaging?
gradle kotlin configuration :
Please help me...
The text was updated successfully, but these errors were encountered: