mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-81733 Groovy script configuration loses environment variables
This commit is contained in:
+2
-1
@@ -182,7 +182,8 @@ public class ApplicationConfiguration extends ModuleBasedConfiguration<JavaRunCo
|
||||
}
|
||||
|
||||
public void setEnvs(@NotNull final Map<String, String> envs) {
|
||||
this.myEnvs = envs;
|
||||
myEnvs.clear();
|
||||
myEnvs.putAll(envs);
|
||||
}
|
||||
|
||||
public boolean isPassParentEnvs() {
|
||||
|
||||
Reference in New Issue
Block a user