mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
thread-safe caches in optimized file managers
This commit is contained in:
@@ -696,7 +696,6 @@ public class BuildManager implements ApplicationComponent{
|
||||
if (ApplicationManager.getApplication().isUnitTestMode()) {
|
||||
cmdLine.addParameter("-Dtest.mode=true");
|
||||
}
|
||||
cmdLine.addParameter("-Djdt.compiler.useSingleThread=true");
|
||||
|
||||
final String shouldGenerateIndex = System.getProperty(GlobalOptions.GENERATE_CLASSPATH_INDEX_OPTION);
|
||||
if (shouldGenerateIndex != null) {
|
||||
|
||||
Reference in New Issue
Block a user