intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Database plugin is not loaded properly
What happened?
When I add Database plugin (com.intellij.database) as a dependency, I expect that intellij-platform plugin will load all necessary required dependencies automatically in test to load the plugin.
But in case of database plugin, it doesn't work out of the box. I have to manually add dependency on intellij.charts plugin to make it work.
May it somehow relate to several dependencies blocks in plugin.xml of database plugin?
Relevant log output or stack trace
No response
Steps to reproduce
- checkout https://github.com/Undin/intellij-platform-gradle-plugins-bugs/commit/f5e899546ecbe1958741033b295d64d2680f0ac4 commit
- run
org.jetbrains.intellij.platform.example.DatabasePluginTesttest
To ensure that intellij.charts helps here, you may use https://github.com/Undin/intellij-platform-gradle-plugins-bugs/commit/e2e8c885d12a852e7e93bf070064c557472495f1 commit
Gradle IntelliJ Plugin version
2.1.0
Gradle version
8.7
Operating System
macOS
Link to build, i.e. failing GitHub Action job
No response