RED-6725: Fixed wrong file encoding in container, that leads to not working rules on terms with special chars
This commit is contained in:
parent
a7e7aec432
commit
f2bc10d142
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user