RED-6725: Fixed wrong file encoding in container, that leads to not working rules on terms with special chars

This commit is contained in:
deiflaender 2023-08-11 11:10:49 +02:00
parent a7e7aec432
commit f2bc10d142

View File

@ -70,6 +70,10 @@ tasks.test {
tasks.named<BootBuildImage>("bootBuildImage") {
environment.put("BPE_DELIM_JAVA_TOOL_OPTIONS", " ")
environment.put("BPE_APPEND_JAVA_TOOL_OPTIONS", "-Dfile.encoding=UTF-8")
imageName.set("nexus.knecon.com:5001/red/${project.name}:${project.version}")
if (project.hasProperty("buildbootDockerHostNetwork")) {
network.set("host")