JetBrains / sbt-idea-plugin

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

External plugins' version and compatibility isn't checked #20

Closed mutcianm closed 5 years ago

mutcianm commented 5 years ago

External plugins are only downloaded from the repository once and then re-used regardless of whether there is a newer version(if installed from channel) or the plugin is no longer compatible with current IDEA version.

The plugin downloader must be able to resolve these cases and update external plugins if needed or notify the user that there is an unresolvable incompatibility with the external plugins.

mutcianm commented 5 years ago

fixed via 2d3644e6eab28d364c13c37a28149265cba0c693