How to find version of dependency plugins

Answered

Hi,

I'm trying to import a plugin as specified here: https://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_dependencies.html

I am building with a gradle groovy script, and would like to depend on the DatabaseTools plugin. So I want something like:

intellij { plugins 'org.jetbrains.kotlin:1.3.11-release-IJ2018.3-1' }

Per the docs, I found that the package is org.jetbrains.database. What is the version? How can I find this? Presumably, I want the version which is actually installed on my IDEA 2018.2.2

Thanks

2
1 comment

Please sign in to leave a comment.