intellij-platform-gradle-plugin icon indicating copy to clipboard operation
intellij-platform-gradle-plugin copied to clipboard

Database plugin is not loaded properly

Open Undin opened this issue 1 year ago • 8 comments

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.DatabasePluginTest test

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

Undin avatar Oct 12 '24 12:10 Undin