mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
disabled automake
This commit is contained in:
@@ -286,6 +286,7 @@ public class CompileServerManager implements ApplicationComponent{
|
||||
}
|
||||
|
||||
private void runAutoMake() {
|
||||
if (ApplicationManager.getApplication().isUnitTestMode()) return;
|
||||
final Project[] openProjects = myProjectManager.getOpenProjects();
|
||||
if (openProjects.length > 0) {
|
||||
final List<RequestFuture> futures = new ArrayList<RequestFuture>();
|
||||
|
||||
Reference in New Issue
Block a user