Skip to content

Commit

Permalink
add vmargs
Browse files Browse the repository at this point in the history
  • Loading branch information
ovcharenko-di committed Nov 21, 2024
1 parent 10a5431 commit 437e008
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class NativeEdtCliConverter implements IEdtCliEngine {

Logger.println("Версия EDT выше 2024.1.X, для валидации используется 1cedtcli")

def edtcliCommand = "1cedtcli -v -data \"$workspaceLocation\" -vmargs -Xmx8g -command validate --file \"$resultFile\" $projectList"
def edtcliCommand = "1cedtcli -v -data \"$workspaceLocation\" -vmargs -Xmx8g -Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF8 -Dosgi.nl=ru -Duser.language=ru -command validate --file \"$resultFile\" $projectList"
steps.catchError {
steps.cmd(edtcliCommand)
}
Expand Down

0 comments on commit 437e008

Please sign in to comment.