- 2025.2 RC
- Plugin uses the v2 model
- Plugin declares a dependency on Ultimate:
<plugin id="com.intellij.modules.ultimate"/>
- Gradle setup:
org.jetbrains.intellij.platform
version2.7.0
IDE dependency:intellijIdeaUltimate(252.23892.360)
Now, when tests are executed they fail because the Ultimate part is not activated by default.
Question: How can I run tests against 2025.2 which depend on com.intellij.modules.ultimate
?
When I execute the IDE via runIde
, then I have to activate the license in the Register dialog first to enable the plugin.
The plugin uses JetBrains LSP. I couldn’t find any module, which contains the JetBrains LSP implementation…
The relevant part of the idea.log file of the test execution:
2025-07-30 21:13:26,705 [ 240] INFO - #c.i.i.p.PluginManager - Problems found loading plugins:
Plugin 'Qwiet AI' (ai.qwiet.jetbrains) has dependency on 'com.intellij.modules.ultimate' which is not installed