Skip to content

Commit

Permalink
add verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
ovcharenko-di committed Nov 20, 2024
1 parent c34ea20 commit 10a5431
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 -data \"$workspaceLocation\" -vmargs -Xmx8g -command validate --file \"$resultFile\" $projectList"
def edtcliCommand = "1cedtcli -v -data \"$workspaceLocation\" -vmargs -Xmx8g -command validate --file \"$resultFile\" $projectList"
steps.catchError {
steps.cmd(edtcliCommand)
}
Expand Down

0 comments on commit 10a5431

Please sign in to comment.