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
Please sign in to leave a comment.
The variants are specified in https://github.com/JetBrains/gradle-intellij-plugin/#setup-dsl under "plugins" parameter