JetBrains / sbt-idea-plugin

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

Plugin doesn't download specified IDE versions for plugin verifier #113

Open mucharafal opened 2 years ago

mucharafal commented 2 years ago

Currently, plugin verifier can download only latest or latest-release versions of IDEs. (in term of args: Seq("[latest]", "[latest-release]"). So that, simply copy-pasting configuration from docs will end up in error, that there is no IDE under given path. In gradle plugin, IDEs are downloaded by plugin. Solution here is to update docs or add downloading IDEs and swapping arguments to point to those IDEs.