Make sure the client env vars are correctly propagated to system properties

This commit is contained in:
Guillaume Nodet
2021-07-28 11:54:27 +02:00
parent ebaf0e3c62
commit b0a199f209
2 changed files with 24 additions and 3 deletions

View File

@@ -344,6 +344,7 @@ public abstract class Message {
"args=" + args +
", workingDir='" + workingDir + '\'' +
", projectDir='" + projectDir + '\'' +
", env='" + env + '\'' +
'}';
}