jps, daemon: pass incremental compilation flag from jps process to daemon (fix)
This commit is contained in:
@@ -48,6 +48,6 @@ public class IncrementalCompilation {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static void addJvmSystemFlag(List<String> jvmArgs, String name) {
|
private static void addJvmSystemFlag(List<String> jvmArgs, String name) {
|
||||||
jvmArgs.add("-D" + name + "=true");
|
jvmArgs.add("D" + name + "=true");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user