jps, daemon: pass incremental compilation flag from jps process to daemon (fix)

This commit is contained in:
Sergey Rostov
2018-06-07 12:13:46 +03:00
parent f86c6db4bf
commit e0d44ecb90
@@ -48,6 +48,6 @@ public class IncrementalCompilation {
}
private static void addJvmSystemFlag(List<String> jvmArgs, String name) {
jvmArgs.add("-D" + name + "=true");
jvmArgs.add("D" + name + "=true");
}
}