8a0969156f
In the IDEA plugin update there are a code that used system property "idea.plugins.compatible.build" to calculate the IDEA version that will be sent to plugin marketplace to download last version of the plugins. It seems like by some reason setupIdeaStandaloneExecution() was called from the IDEA thread and because of that idea version was calculated incorrectly and incorrect version of the plugins was downloaded. It is still unclear how the setupIdeaStandaloneExecution() could be called from the IDEA, so added logging for that. Relevant issue: MP-3702 Relevant code in the IDEA: - ApplicationInfoImpl.getPluginsCompatibleBuildAsNumber