gradle: do not use preview mode for "use distribution with sources" quickfix

This commit is contained in:
Vladislav.Soroka
2016-09-22 13:14:37 +03:00
parent e23eac40aa
commit cec49d6a2e
@@ -111,7 +111,7 @@ public class UseDistributionWithSourcesNotificationProvider extends EditorNotifi
updateDefaultWrapperConfiguration(rootProjectPath);
EditorNotifications.getInstance(module.getProject()).updateAllNotifications();
ExternalSystemUtil.refreshProject(
module.getProject(), GradleConstants.SYSTEM_ID, settings.getExternalProjectPath(), true,
module.getProject(), GradleConstants.SYSTEM_ID, settings.getExternalProjectPath(), false,
ProgressExecutionMode.START_IN_FOREGROUND_ASYNC);
});
return panel;