mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
gradle: do not use preview mode for "use distribution with sources" quickfix
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user