mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
do not keep optional configs from GC
GitOrigin-RevId: c8a5b2ad4c4af1a980f7c0abc05fac3387af8e28
This commit is contained in:
committed by
intellij-monorepo-bot
parent
df0a563b71
commit
96a20d974e
@@ -1178,6 +1178,9 @@ public class PluginManagerCore {
|
||||
descriptor.mergeOptionalConfig(dep);
|
||||
}
|
||||
}
|
||||
for (IdeaPluginDescriptorImpl descriptor : result) {
|
||||
descriptor.setOptionalDescriptors(null);
|
||||
}
|
||||
}
|
||||
|
||||
@ApiStatus.Internal
|
||||
|
||||
Reference in New Issue
Block a user