JetBrains / sbt-idea-plugin

Develop IntelliJ plugins with Scala and SBT
Apache License 2.0
97 stars 28 forks source link

Always download Idea Community sources #31

Closed psliwa closed 4 years ago

psliwa commented 4 years ago

Hi. I discovered an issue when Ultimate Edition is used. When idea edition is Ultimate Edition, the plugin tries to download Ultimate Edition sources which are obviously not available and sdk update fails. I think this is normal that Ultimate Eidition sources are not available and Community Edition sources should be downloaded instead. This PR does exactly what I described.

Regards.

mutcianm commented 4 years ago

Thanks, I'll review this today. Will merge after fixing #32, which is related