This commit is contained in:
Andrei Isvoran 2024-05-15 17:40:10 +03:00
parent 67c87e210c
commit b323b96f48

View File

@ -64,6 +64,7 @@ tasks.named<BootBuildImage>("bootBuildImage") {
environment.put("BPE_DELIM_JAVA_TOOL_OPTIONS", " ")
environment.put("BPE_APPEND_JAVA_TOOL_OPTIONS", "-Dfile.encoding=UTF-8")
environment.put("BPE_APPEND_JAVA_TOOL_OPTIONS", "-Djava.awt.headless=true")
environment.put("BPE_FONTCONFIG_PATH", "/layers/fagiani_apt/apt/etc/fonts/")
val aptFile = layout.projectDirectory.file("src/main/resources/Aptfile").toString()