intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Allow running tests with all other bundled plugins loaded
We've got a conflict between two plugins and it wasn't discovered in tests due to the other plugin wasn't loaded (more info: RIDER-21655). Loading all bundled plugins in tests could prevent this.
Somewhat related, it would be helpful to support a separate configuration for testPlugins, so that we can integration test interoperability between plugins which are not bundled, but should work together smoothly, cf. acejump/acejump#380.