mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
ignore groovyc stderr spam about JAVA_TOOL_OPTIONS (IDEA-118182)
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ public class GroovycOSProcessHandler extends BaseOSProcessHandler {
|
||||
return;
|
||||
}
|
||||
|
||||
if (outputType == ProcessOutputTypes.STDERR) {
|
||||
if (outputType == ProcessOutputTypes.STDERR && !text.startsWith("Picked up JAVA_TOOL_OPTIONS")) {
|
||||
stdErr.append(StringUtil.convertLineSeparators(text));
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user